Html Css Color HEX #D07E91 Charm

📋 copy color: '#D07E91'

red 208 ◦ green 126 ◦ blue 145

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

Shades of Charm #D07E91

Tints of Charm #D07E91

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.3%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 43.42%
G = 26.3%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07E91 (or 0xD07E91) is known color: Charm. HEX triplet: D0, 7E and 91. RGB value is (208,126,145). Sum of RGB (Red+Green+Blue) = 208+126+145=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E91 is #2F816E. Grayscale: #989898. Windows color (decimal): -3113327 or 9535184. OLE color: 9535184.

HSL color Cylindrical-coordinate representation of color #D07E91: hue angle of 346.1º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07E91 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 126 145 -
CMYK 0 0.39 0.30 0.18
HSL 346.1º 0.47% 0.65% -
HSV(B) 346.1º 0.39% 0.82% -
XYZ 38.58 30.38 30.62 -
YUV 152.68 123.67 167.46 -
System Red Green Blue C M Y K H S L
Decimal 208 126 145 0 0.39 0.30 0.18 346.1 0.47 0.65
Hex D0 7E 91 0 27 1E 12 15A 2F 41
Octal 320 176 221 0 47 36 22 532 57 101
Binary 11010000 1111110 10010001 0 100111 11110 10010 101011010 101111 1000001

Color Harmonies of #D07E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07E91

Black with #D07E91

Text Example


Text Example

White with #D07E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07E91; }

 p { color: rgb(208,126,145); }

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

background-color css

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

 a { background-color: rgb(208,126,145); }

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

border-color css

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

 span { border-color: rgb(208,126,145); }

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