Html Css Color HEX #D2359F Deep Cerise

📋 copy color: '#D2359F'

red 210 ◦ green 53 ◦ blue 159

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

Shades of Deep Cerise #D2359F

Tints of Deep Cerise #D2359F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.68%

R = 49.76%
G = 12.56%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D2359F (or 0xD2359F) is known color: Deep Cerise. HEX triplet: D2, 35 and 9F. RGB value is (210,53,159). Sum of RGB (Red+Green+Blue) = 210+53+159=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2359F is #2DCA60. Grayscale: #6F6F6F. Windows color (decimal): -3000929 or 10434002. OLE color: 10434002.

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

Color convert

RGB 210 53 159 -
CMYK 0 0.75 0.24 0.18
HSL 319.49º 0.64% 0.52% -
HSV(B) 319.49º 0.75% 0.82% -
XYZ 34.11 18.75 34.62 -
YUV 112.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 210 53 159 0 0.75 0.24 0.18 319.49 0.64 0.52
Hex D2 35 9F 0 4B 18 12 13F 40 34
Octal 322 65 237 0 113 30 22 477 100 64
Binary 11010010 110101 10011111 0 1001011 11000 10010 100111111 1000000 110100

Color Harmonies of #D2359F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2359F

Black with #D2359F

Text Example


Text Example

White with #D2359F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2359F; }

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

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

background-color css

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

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

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

border-color css

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

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

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