Html Css Color HEX #D0717E Charm

📋 copy color: '#D0717E'

red 208 ◦ green 113 ◦ blue 126

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

Shades of Charm #D0717E

Tints of Charm #D0717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.28%

 BLUE value IS 126 (49.61% from 255) = 28.19%

R = 46.53%
G = 25.28%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0717E (or 0xD0717E) is known color: Charm. HEX triplet: D0, 71 and 7E. RGB value is (208,113,126). Sum of RGB (Red+Green+Blue) = 208+113+126=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717E is #2F8E81. Grayscale: #8E8E8E. Windows color (decimal): -3116674 or 8286672. OLE color: 8286672.

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

Color convert

RGB 208 113 126 -
CMYK 0 0.46 0.39 0.18
HSL 351.79º 0.5% 0.63% -
HSV(B) 351.79º 0.46% 0.82% -
XYZ 35.68 26.73 23.02 -
YUV 142.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 208 113 126 0 0.46 0.39 0.18 351.79 0.5 0.63
Hex D0 71 7E 0 2E 27 12 160 32 3F
Octal 320 161 176 0 56 47 22 540 62 77
Binary 11010000 1110001 1111110 0 101110 100111 10010 101100000 110010 111111

Color Harmonies of #D0717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0717E

Black with #D0717E

Text Example


Text Example

White with #D0717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0717E; }

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

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

background-color css

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

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

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

border-color css

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

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

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