Html Css Color HEX #D32BAD Deep Cerise

📋 copy color: '#D32BAD'

red 211 ◦ green 43 ◦ blue 173

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

Shades of Deep Cerise #D32BAD

Tints of Deep Cerise #D32BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.07%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 49.41%
G = 10.07%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D32BAD (or 0xD32BAD) is known color: Deep Cerise. HEX triplet: D3, 2B and AD. RGB value is (211,43,173). Sum of RGB (Red+Green+Blue) = 211+43+173=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BAD is #2CD452. Grayscale: #6B6B6B. Windows color (decimal): -2937939 or 11348947. OLE color: 11348947.

HSL color Cylindrical-coordinate representation of color #D32BAD: hue angle of 313.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32BAD is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 43 173 -
CMYK 0 0.80 0.18 0.17
HSL 313.57º 0.66% 0.5% -
HSV(B) 313.57º 0.8% 0.83% -
XYZ 35.27 18.59 41.27 -
YUV 108.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 211 43 173 0 0.80 0.18 0.17 313.57 0.66 0.5
Hex D3 2B AD 0 50 12 11 13A 42 32
Octal 323 53 255 0 120 22 21 472 102 62
Binary 11010011 101011 10101101 0 1010000 10010 10001 100111010 1000010 110010

Color Harmonies of #D32BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BAD

Black with #D32BAD

Text Example


Text Example

White with #D32BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BAD; }

 p { color: rgb(211,43,173); }

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

background-color css

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

 a { background-color: rgb(211,43,173); }

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

border-color css

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

 span { border-color: rgb(211,43,173); }

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