Html Css Color HEX #D07189 Charm

📋 copy color: '#D07189'

red 208 ◦ green 113 ◦ blue 137

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

Shades of Charm #D07189

Tints of Charm #D07189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.91%

R = 45.41%
G = 24.67%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D07189 (or 0xD07189) is known color: Charm. HEX triplet: D0, 71 and 89. RGB value is (208,113,137). Sum of RGB (Red+Green+Blue) = 208+113+137=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D07189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07189 is #2F8E76. Grayscale: #909090. Windows color (decimal): -3116663 or 9007568. OLE color: 9007568.

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

Color convert

RGB 208 113 137 -
CMYK 0 0.46 0.34 0.18
HSL 344.84º 0.5% 0.63% -
HSV(B) 344.84º 0.46% 0.82% -
XYZ 36.43 27.03 26.96 -
YUV 144.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 208 113 137 0 0.46 0.34 0.18 344.84 0.5 0.63
Hex D0 71 89 0 2E 22 12 159 32 3F
Octal 320 161 211 0 56 42 22 531 62 77
Binary 11010000 1110001 10001001 0 101110 100010 10010 101011001 110010 111111

Color Harmonies of #D07189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07189

Black with #D07189

Text Example


Text Example

White with #D07189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07189; }

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

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

background-color css

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

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

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

border-color css

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

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

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