Html Css Color HEX #D0717B Charm

📋 copy color: '#D0717B'

red 208 ◦ green 113 ◦ blue 123

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

Shades of Charm #D0717B

Tints of Charm #D0717B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 46.85%
G = 25.45%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0717B (or 0xD0717B) is known color: Charm. HEX triplet: D0, 71 and 7B. RGB value is (208,113,123). Sum of RGB (Red+Green+Blue) = 208+113+123=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717B is #2F8E84. Grayscale: #8E8E8E. Windows color (decimal): -3116677 or 8090064. OLE color: 8090064.

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

Color convert

RGB 208 113 123 -
CMYK 0 0.46 0.41 0.18
HSL 353.68º 0.5% 0.63% -
HSV(B) 353.68º 0.46% 0.82% -
XYZ 35.49 26.65 22.01 -
YUV 142.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 208 113 123 0 0.46 0.41 0.18 353.68 0.5 0.63
Hex D0 71 7B 0 2E 29 12 162 32 3F
Octal 320 161 173 0 56 51 22 542 62 77
Binary 11010000 1110001 1111011 0 101110 101001 10010 101100010 110010 111111

Color Harmonies of #D0717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0717B

Black with #D0717B

Text Example


Text Example

White with #D0717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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