Html Css Color HEX #D0717F Charm

📋 copy color: '#D0717F'

red 208 ◦ green 113 ◦ blue 127

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

Shades of Charm #D0717F

Tints of Charm #D0717F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.35%

R = 46.43%
G = 25.22%
B = 28.35%

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

#D0717F (or 0xD0717F) is known color: Charm. HEX triplet: D0, 71 and 7F. RGB value is (208,113,127). Sum of RGB (Red+Green+Blue) = 208+113+127=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717F is #2F8E80. Grayscale: #8F8F8F. Windows color (decimal): -3116673 or 8352208. OLE color: 8352208.

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

Color convert

RGB 208 113 127 -
CMYK 0 0.46 0.39 0.18
HSL 351.16º 0.5% 0.63% -
HSV(B) 351.16º 0.46% 0.82% -
XYZ 35.75 26.75 23.36 -
YUV 143 118.97 174.36 -
System Red Green Blue C M Y K H S L
Decimal 208 113 127 0 0.46 0.39 0.18 351.16 0.5 0.63
Hex D0 71 7F 0 2E 27 12 15F 32 3F
Octal 320 161 177 0 56 47 22 537 62 77
Binary 11010000 1110001 1111111 0 101110 100111 10010 101011111 110010 111111

Color Harmonies of #D0717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0717F

Black with #D0717F

Text Example


Text Example

White with #D0717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0717F; }

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

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

background-color css

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

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

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

border-color css

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

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

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