Html Css Color HEX #D32FA0 Deep Cerise

📋 copy color: '#D32FA0'

red 211 ◦ green 47 ◦ blue 160

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

Shades of Deep Cerise #D32FA0

Tints of Deep Cerise #D32FA0

RGB

 RED value IS 211 (82.81% from 255) = 50.48%

 GREEN value IS 47 (18.75% from 255) = 11.24%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 50.48%
G = 11.24%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D32FA0 (or 0xD32FA0) is known color: Deep Cerise. HEX triplet: D3, 2F and A0. RGB value is (211,47,160). Sum of RGB (Red+Green+Blue) = 211+47+160=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D32FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32FA0 is #2CD05F. Grayscale: #6C6C6C. Windows color (decimal): -2936928 or 10498003. OLE color: 10498003.

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

Color convert

RGB 211 47 160 -
CMYK 0 0.78 0.24 0.17
HSL 318.66º 0.65% 0.51% -
HSV(B) 318.66º 0.78% 0.83% -
XYZ 34.23 18.42 35.01 -
YUV 108.92 156.83 200.81 -
System Red Green Blue C M Y K H S L
Decimal 211 47 160 0 0.78 0.24 0.17 318.66 0.65 0.51
Hex D3 2F A0 0 4E 18 11 13F 41 33
Octal 323 57 240 0 116 30 21 477 101 63
Binary 11010011 101111 10100000 0 1001110 11000 10001 100111111 1000001 110011

Color Harmonies of #D32FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32FA0

Black with #D32FA0

Text Example


Text Example

White with #D32FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32FA0; }

 p { color: rgb(211,47,160); }

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

background-color css

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

 a { background-color: rgb(211,47,160); }

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

border-color css

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

 span { border-color: rgb(211,47,160); }

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