Html Css Color HEX #D2717C Charm

📋 copy color: '#D2717C'

red 210 ◦ green 113 ◦ blue 124

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

Shades of Charm #D2717C

Tints of Charm #D2717C

RGB

 RED value IS 210 (82.42% from 255) = 46.98%

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 46.98%
G = 25.28%
B = 27.74%

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

#D2717C (or 0xD2717C) is known color: Charm. HEX triplet: D2, 71 and 7C. RGB value is (210,113,124). Sum of RGB (Red+Green+Blue) = 210+113+124=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717C is #2D8E83. Grayscale: #8F8F8F. Windows color (decimal): -2985604 or 8155602. OLE color: 8155602.

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

Color convert

RGB 210 113 124 -
CMYK 0 0.46 0.41 0.18
HSL 353.2º 0.52% 0.63% -
HSV(B) 353.2º 0.46% 0.82% -
XYZ 36.12 26.97 22.37 -
YUV 143.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 210 113 124 0 0.46 0.41 0.18 353.2 0.52 0.63
Hex D2 71 7C 0 2E 29 12 161 34 3F
Octal 322 161 174 0 56 51 22 541 64 77
Binary 11010010 1110001 1111100 0 101110 101001 10010 101100001 110100 111111

Color Harmonies of #D2717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2717C

Black with #D2717C

Text Example


Text Example

White with #D2717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2717C; }

 p { color: rgb(210,113,124); }

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

background-color css

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

 a { background-color: rgb(210,113,124); }

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

border-color css

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

 span { border-color: rgb(210,113,124); }

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