Html Css Color HEX #D2359D Deep Cerise

📋 copy color: '#D2359D'

red 210 ◦ green 53 ◦ blue 157

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

Shades of Deep Cerise #D2359D

Tints of Deep Cerise #D2359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.62%

 BLUE value IS 157 (61.72% from 255) = 37.38%

R = 50%
G = 12.62%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D2359D (or 0xD2359D) is known color: Deep Cerise. HEX triplet: D2, 35 and 9D. RGB value is (210,53,157). Sum of RGB (Red+Green+Blue) = 210+53+157=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2359D is #2DCA62. Grayscale: #6F6F6F. Windows color (decimal): -3000931 or 10302930. OLE color: 10302930.

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

Color convert

RGB 210 53 157 -
CMYK 0 0.75 0.25 0.18
HSL 320.25º 0.64% 0.52% -
HSV(B) 320.25º 0.75% 0.82% -
XYZ 33.94 18.68 33.72 -
YUV 111.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 210 53 157 0 0.75 0.25 0.18 320.25 0.64 0.52
Hex D2 35 9D 0 4B 19 12 140 40 34
Octal 322 65 235 0 113 31 22 500 100 64
Binary 11010010 110101 10011101 0 1001011 11001 10010 101000000 1000000 110100

Color Harmonies of #D2359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2359D

Black with #D2359D

Text Example


Text Example

White with #D2359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2359D; }

 p { color: rgb(210,53,157); }

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

background-color css

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

 a { background-color: rgb(210,53,157); }

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

border-color css

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

 span { border-color: rgb(210,53,157); }

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