Html Css Color HEX #D07187 Charm

📋 copy color: '#D07187'

red 208 ◦ green 113 ◦ blue 135

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

Shades of Charm #D07187

Tints of Charm #D07187

RGB

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

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

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

R = 45.61%
G = 24.78%
B = 29.61%

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

#D07187 (or 0xD07187) is known color: Charm. HEX triplet: D0, 71 and 87. RGB value is (208,113,135). Sum of RGB (Red+Green+Blue) = 208+113+135=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D07187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07187 is #2F8E78. Grayscale: #8F8F8F. Windows color (decimal): -3116665 or 8876496. OLE color: 8876496.

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

Color convert

RGB 208 113 135 -
CMYK 0 0.46 0.35 0.18
HSL 346.11º 0.5% 0.63% -
HSV(B) 346.11º 0.46% 0.82% -
XYZ 36.29 26.97 26.21 -
YUV 143.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 208 113 135 0 0.46 0.35 0.18 346.11 0.5 0.63
Hex D0 71 87 0 2E 23 12 15A 32 3F
Octal 320 161 207 0 56 43 22 532 62 77
Binary 11010000 1110001 10000111 0 101110 100011 10010 101011010 110010 111111

Color Harmonies of #D07187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07187

Black with #D07187

Text Example


Text Example

White with #D07187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07187; }

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

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

background-color css

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

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

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

border-color css

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

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

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