Html Css Color HEX #D07988 Charm

📋 copy color: '#D07988'

red 208 ◦ green 121 ◦ blue 136

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

Shades of Charm #D07988

Tints of Charm #D07988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.02%

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

R = 44.73%
G = 26.02%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D07988 (or 0xD07988) is known color: Charm. HEX triplet: D0, 79 and 88. RGB value is (208,121,136). Sum of RGB (Red+Green+Blue) = 208+121+136=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D07988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07988 is #2F8677. Grayscale: #949494. Windows color (decimal): -3114616 or 8944080. OLE color: 8944080.

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

Color convert

RGB 208 121 136 -
CMYK 0 0.42 0.35 0.18
HSL 349.66º 0.48% 0.65% -
HSV(B) 349.66º 0.42% 0.82% -
XYZ 37.29 28.86 26.9 -
YUV 148.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 208 121 136 0 0.42 0.35 0.18 349.66 0.48 0.65
Hex D0 79 88 0 2A 23 12 15E 30 41
Octal 320 171 210 0 52 43 22 536 60 101
Binary 11010000 1111001 10001000 0 101010 100011 10010 101011110 110000 1000001

Color Harmonies of #D07988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07988

Black with #D07988

Text Example


Text Example

White with #D07988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07988; }

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

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

background-color css

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

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

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

border-color css

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

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

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