Html Css Color HEX #D07691 Charm

📋 copy color: '#D07691'

red 208 ◦ green 118 ◦ blue 145

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

Shades of Charm #D07691

Tints of Charm #D07691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.05%

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

R = 44.16%
G = 25.05%
B = 30.79%

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

#D07691 (or 0xD07691) is known color: Charm. HEX triplet: D0, 76 and 91. RGB value is (208,118,145). Sum of RGB (Red+Green+Blue) = 208+118+145=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 118 (46.48% from 255 or 25.05% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D07691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07691 is #2F896E. Grayscale: #939393. Windows color (decimal): -3115375 or 9533136. OLE color: 9533136.

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

Color convert

RGB 208 118 145 -
CMYK 0 0.43 0.30 0.18
HSL 342º 0.49% 0.64% -
HSV(B) 342º 0.43% 0.82% -
XYZ 37.6 28.41 30.29 -
YUV 147.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 208 118 145 0 0.43 0.30 0.18 342 0.49 0.64
Hex D0 76 91 0 2B 1E 12 156 31 40
Octal 320 166 221 0 53 36 22 526 61 100
Binary 11010000 1110110 10010001 0 101011 11110 10010 101010110 110001 1000000

Color Harmonies of #D07691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07691

Black with #D07691

Text Example


Text Example

White with #D07691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07691; }

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

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

background-color css

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

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

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

border-color css

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

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

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