Html Css Color HEX #D07087 Charm

📋 copy color: '#D07087'

red 208 ◦ green 112 ◦ blue 135

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

Shades of Charm #D07087

Tints of Charm #D07087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.62%

 BLUE value IS 135 (53.13% from 255) = 29.67%

R = 45.71%
G = 24.62%
B = 29.67%

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

#D07087 (or 0xD07087) is known color: Charm. HEX triplet: D0, 70 and 87. RGB value is (208,112,135). Sum of RGB (Red+Green+Blue) = 208+112+135=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 135 (53.12% from 255 or 29.67% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07087 is #2F8F78. Grayscale: #8F8F8F. Windows color (decimal): -3116921 or 8876240. OLE color: 8876240.

HSL color Cylindrical-coordinate representation of color #D07087: hue angle of 345.62º degrees, saturation: 0.51, 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 #D07087 is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 135 -
CMYK 0 0.46 0.35 0.18
HSL 345.63º 0.51% 0.63% -
HSV(B) 345.63º 0.46% 0.82% -
XYZ 36.18 26.75 26.18 -
YUV 143.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 208 112 135 0 0.46 0.35 0.18 345.63 0.51 0.63
Hex D0 70 87 0 2E 23 12 15A 33 3F
Octal 320 160 207 0 56 43 22 532 63 77
Binary 11010000 1110000 10000111 0 101110 100011 10010 101011010 110011 111111

Color Harmonies of #D07087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07087

Black with #D07087

Text Example


Text Example

White with #D07087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07087; }

 p { color: rgb(208,112,135); }

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

background-color css

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

 a { background-color: rgb(208,112,135); }

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

border-color css

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

 span { border-color: rgb(208,112,135); }

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