Html Css Color HEX #D0717D Charm

📋 copy color: '#D0717D'

red 208 ◦ green 113 ◦ blue 125

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

Shades of Charm #D0717D

Tints of Charm #D0717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 46.64%
G = 25.34%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0717D (or 0xD0717D) is known color: Charm. HEX triplet: D0, 71 and 7D. RGB value is (208,113,125). Sum of RGB (Red+Green+Blue) = 208+113+125=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717D is #2F8E82. Grayscale: #8E8E8E. Windows color (decimal): -3116675 or 8221136. OLE color: 8221136.

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

Color convert

RGB 208 113 125 -
CMYK 0 0.46 0.40 0.18
HSL 352.42º 0.5% 0.63% -
HSV(B) 352.42º 0.46% 0.82% -
XYZ 35.62 26.7 22.68 -
YUV 142.77 117.97 174.52 -
System Red Green Blue C M Y K H S L
Decimal 208 113 125 0 0.46 0.40 0.18 352.42 0.5 0.63
Hex D0 71 7D 0 2E 28 12 160 32 3F
Octal 320 161 175 0 56 50 22 540 62 77
Binary 11010000 1110001 1111101 0 101110 101000 10010 101100000 110010 111111

Color Harmonies of #D0717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0717D

Black with #D0717D

Text Example


Text Example

White with #D0717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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