Html Css Color HEX #D07791 Charm

📋 copy color: '#D07791'

red 208 ◦ green 119 ◦ blue 145

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

Shades of Charm #D07791

Tints of Charm #D07791

RGB

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

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

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

R = 44.07%
G = 25.21%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D07791 (or 0xD07791) is known color: Charm. HEX triplet: D0, 77 and 91. RGB value is (208,119,145). Sum of RGB (Red+Green+Blue) = 208+119+145=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07791 is #2F886E. Grayscale: #949494. Windows color (decimal): -3115119 or 9533392. OLE color: 9533392.

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

Color convert

RGB 208 119 145 -
CMYK 0 0.43 0.30 0.18
HSL 342.47º 0.49% 0.64% -
HSV(B) 342.47º 0.43% 0.82% -
XYZ 37.72 28.65 30.33 -
YUV 148.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 208 119 145 0 0.43 0.30 0.18 342.47 0.49 0.64
Hex D0 77 91 0 2B 1E 12 156 31 40
Octal 320 167 221 0 53 36 22 526 61 100
Binary 11010000 1110111 10010001 0 101011 11110 10010 101010110 110001 1000000

Color Harmonies of #D07791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07791

Black with #D07791

Text Example


Text Example

White with #D07791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07791; }

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

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

background-color css

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

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

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

border-color css

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

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

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