Html Css Color HEX #D2317E Deep Cerise

📋 copy color: '#D2317E'

red 210 ◦ green 49 ◦ blue 126

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

Shades of Deep Cerise #D2317E

Tints of Deep Cerise #D2317E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 54.55%
G = 12.73%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.4

 K value IS 0.18

RGB Variations

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

Color information

#D2317E (or 0xD2317E) is known color: Deep Cerise. HEX triplet: D2, 31 and 7E. RGB value is (210,49,126). Sum of RGB (Red+Green+Blue) = 210+49+126=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2317E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2317E is #2DCE81. Grayscale: #696969. Windows color (decimal): -3001986 or 8270290. OLE color: 8270290.

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

Color convert

RGB 210 49 126 -
CMYK 0 0.77 0.4 0.18
HSL 331.3º 0.64% 0.51% -
HSV(B) 331.3º 0.77% 0.82% -
XYZ 31.44 17.4 21.44 -
YUV 105.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 210 49 126 0 0.77 0.4 0.18 331.3 0.64 0.51
Hex D2 31 7E 0 4D 28 12 14B 40 33
Octal 322 61 176 0 115 50 22 513 100 63
Binary 11010010 110001 1111110 0 1001101 101000 10010 101001011 1000000 110011

Color Harmonies of #D2317E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2317E

Black with #D2317E

Text Example


Text Example

White with #D2317E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2317E; }

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

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

background-color css

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

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

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

border-color css

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

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

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