Html Css Color HEX #D4359B Deep Cerise

📋 copy color: '#D4359B'

red 212 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #D4359B

Tints of Deep Cerise #D4359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 50.48%
G = 12.62%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D4359B (or 0xD4359B) is known color: Deep Cerise. HEX triplet: D4, 35 and 9B. RGB value is (212,53,155). Sum of RGB (Red+Green+Blue) = 212+53+155=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4359B is #2BCA64. Grayscale: #6F6F6F. Windows color (decimal): -2869861 or 10171860. OLE color: 10171860.

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

Color convert

RGB 212 53 155 -
CMYK 0 0.75 0.27 0.17
HSL 321.51º 0.65% 0.52% -
HSV(B) 321.51º 0.75% 0.83% -
XYZ 34.34 18.91 32.85 -
YUV 112.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 212 53 155 0 0.75 0.27 0.17 321.51 0.65 0.52
Hex D4 35 9B 0 4B 1B 11 142 41 34
Octal 324 65 233 0 113 33 21 502 101 64
Binary 11010100 110101 10011011 0 1001011 11011 10001 101000010 1000001 110100

Color Harmonies of #D4359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4359B

Black with #D4359B

Text Example


Text Example

White with #D4359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4359B; }

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

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

background-color css

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

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

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

border-color css

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

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

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