Html Css Color HEX #D43495 Deep Cerise

📋 copy color: '#D43495'

red 212 ◦ green 52 ◦ blue 149

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

Shades of Deep Cerise #D43495

Tints of Deep Cerise #D43495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.59%

 BLUE value IS 149 (58.59% from 255) = 36.08%

R = 51.33%
G = 12.59%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D43495 (or 0xD43495) is known color: Deep Cerise. HEX triplet: D4, 34 and 95. RGB value is (212,52,149). Sum of RGB (Red+Green+Blue) = 212+52+149=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D43495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43495 is #2BCB6A. Grayscale: #6E6E6E. Windows color (decimal): -2870123 or 9778388. OLE color: 9778388.

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

Color convert

RGB 212 52 149 -
CMYK 0 0.75 0.30 0.17
HSL 323.63º 0.65% 0.52% -
HSV(B) 323.63º 0.75% 0.83% -
XYZ 33.8 18.62 30.25 -
YUV 110.9 149.51 200.11 -
System Red Green Blue C M Y K H S L
Decimal 212 52 149 0 0.75 0.30 0.17 323.63 0.65 0.52
Hex D4 34 95 0 4B 1E 11 144 41 34
Octal 324 64 225 0 113 36 21 504 101 64
Binary 11010100 110100 10010101 0 1001011 11110 10001 101000100 1000001 110100

Color Harmonies of #D43495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43495

Black with #D43495

Text Example


Text Example

White with #D43495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43495; }

 p { color: rgb(212,52,149); }

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

background-color css

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

 a { background-color: rgb(212,52,149); }

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

border-color css

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

 span { border-color: rgb(212,52,149); }

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