Html Css Color HEX #D4359D Deep Cerise

📋 copy color: '#D4359D'

red 212 ◦ green 53 ◦ blue 157

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

Shades of Deep Cerise #D4359D

Tints of Deep Cerise #D4359D

RGB

 RED value IS 212 (83.2% from 255) = 50.24%

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

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

R = 50.24%
G = 12.56%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D4359D (or 0xD4359D) is known color: Deep Cerise. HEX triplet: D4, 35 and 9D. RGB value is (212,53,157). Sum of RGB (Red+Green+Blue) = 212+53+157=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4359D is #2BCA62. Grayscale: #707070. Windows color (decimal): -2869859 or 10302932. OLE color: 10302932.

HSL color Cylindrical-coordinate representation of color #D4359D: hue angle of 320.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4359D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 157 -
CMYK 0 0.75 0.26 0.17
HSL 320.75º 0.65% 0.52% -
HSV(B) 320.75º 0.75% 0.83% -
XYZ 34.51 18.98 33.74 -
YUV 112.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 212 53 157 0 0.75 0.26 0.17 320.75 0.65 0.52
Hex D4 35 9D 0 4B 1A 11 141 41 34
Octal 324 65 235 0 113 32 21 501 101 64
Binary 11010100 110101 10011101 0 1001011 11010 10001 101000001 1000001 110100

Color Harmonies of #D4359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4359D

Black with #D4359D

Text Example


Text Example

White with #D4359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4359D; }

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

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

background-color css

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

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

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

border-color css

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

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

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