Html Css Color HEX #D2317C Deep Cerise

📋 copy color: '#D2317C'

red 210 ◦ green 49 ◦ blue 124

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

Shades of Deep Cerise #D2317C

Tints of Deep Cerise #D2317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.79%

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

R = 54.83%
G = 12.79%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2317C (or 0xD2317C) is known color: Deep Cerise. HEX triplet: D2, 31 and 7C. RGB value is (210,49,124). Sum of RGB (Red+Green+Blue) = 210+49+124=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317C is #2DCE83. Grayscale: #696969. Windows color (decimal): -3001988 or 8139218. OLE color: 8139218.

HSL color Cylindrical-coordinate representation of color #D2317C: hue angle of 332.05º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2317C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 124 -
CMYK 0 0.77 0.41 0.18
HSL 332.05º 0.64% 0.51% -
HSV(B) 332.05º 0.77% 0.82% -
XYZ 31.31 17.35 20.77 -
YUV 105.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 210 49 124 0 0.77 0.41 0.18 332.05 0.64 0.51
Hex D2 31 7C 0 4D 29 12 14C 40 33
Octal 322 61 174 0 115 51 22 514 100 63
Binary 11010010 110001 1111100 0 1001101 101001 10010 101001100 1000000 110011

Color Harmonies of #D2317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2317C

Black with #D2317C

Text Example


Text Example

White with #D2317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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