Html Css Color HEX #D07188 Charm

📋 copy color: '#D07188'

red 208 ◦ green 113 ◦ blue 136

#D07188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D07188

Tints of Charm #D07188

RGB

 RED value IS 208 (81.64% from 255) = 45.51%

 GREEN value IS 113 (44.53% from 255) = 24.73%

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 45.51%
G = 24.73%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D07188 (or 0xD07188) is known color: Charm. HEX triplet: D0, 71 and 88. RGB value is (208,113,136). Sum of RGB (Red+Green+Blue) = 208+113+136=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D07188 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07188 is #2F8E77. Grayscale: #909090. Windows color (decimal): -3116664 or 8942032. OLE color: 8942032.

HSL color Cylindrical-coordinate representation of color #D07188: hue angle of 345.47º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07188 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 136 -
CMYK 0 0.46 0.35 0.18
HSL 345.47º 0.5% 0.63% -
HSV(B) 345.47º 0.46% 0.82% -
XYZ 36.36 27 26.59 -
YUV 144.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 208 113 136 0 0.46 0.35 0.18 345.47 0.5 0.63
Hex D0 71 88 0 2E 23 12 159 32 3F
Octal 320 161 210 0 56 43 22 531 62 77
Binary 11010000 1110001 10001000 0 101110 100011 10010 101011001 110010 111111

Color Harmonies of #D07188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07188

Black with #D07188

Text Example


Text Example

White with #D07188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07188; }

 p { color: rgb(208,113,136); }

 H1.HeaderClassName
 {
   color: #D07188;
 }
 .AnyTagClassName
 {
   color: #D07188;
 }
</style>

background-color css

<style>
 a { background-color: #D07188; }

 a { background-color: rgb(208,113,136); }

 div.DivClassName
 {
   background-color: #D07188;
 }
 .BgClassName
 {
   background-color: #D07188;
 }
</style>

border-color css

<style>
 span { border-color: #D07188; }

 span { border-color: rgb(208,113,136); }

 td.TdClassName
 {
   border-color: #D07188;
 }
 .TagClassName
 {
   border-color: #D07188;
 }
</style>