Html Css Color HEX #D07788 Charm

📋 copy color: '#D07788'

red 208 ◦ green 119 ◦ blue 136

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

Shades of Charm #D07788

Tints of Charm #D07788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

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

R = 44.92%
G = 25.7%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D07788 (or 0xD07788) is known color: Charm. HEX triplet: D0, 77 and 88. RGB value is (208,119,136). Sum of RGB (Red+Green+Blue) = 208+119+136=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07788 is #2F8877. Grayscale: #939393. Windows color (decimal): -3115128 or 8943568. OLE color: 8943568.

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

Color convert

RGB 208 119 136 -
CMYK 0 0.43 0.35 0.18
HSL 348.54º 0.49% 0.64% -
HSV(B) 348.54º 0.43% 0.82% -
XYZ 37.05 28.38 26.82 -
YUV 147.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 208 119 136 0 0.43 0.35 0.18 348.54 0.49 0.64
Hex D0 77 88 0 2B 23 12 15D 31 40
Octal 320 167 210 0 53 43 22 535 61 100
Binary 11010000 1110111 10001000 0 101011 100011 10010 101011101 110001 1000000

Color Harmonies of #D07788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07788

Black with #D07788

Text Example


Text Example

White with #D07788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07788; }

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

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

background-color css

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

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

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

border-color css

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

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

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