Html Css Color HEX #D32BA7 Deep Cerise

📋 copy color: '#D32BA7'

red 211 ◦ green 43 ◦ blue 167

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

Shades of Deep Cerise #D32BA7

Tints of Deep Cerise #D32BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.67%

R = 50.12%
G = 10.21%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D32BA7 (or 0xD32BA7) is known color: Deep Cerise. HEX triplet: D3, 2B and A7. RGB value is (211,43,167). Sum of RGB (Red+Green+Blue) = 211+43+167=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 43 (17.19% from 255 or 10.21% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D32BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D32BA7 is #2CD458. Grayscale: #6B6B6B. Windows color (decimal): -2937945 or 10955731. OLE color: 10955731.

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

Color convert

RGB 211 43 167 -
CMYK 0 0.80 0.21 0.17
HSL 315.71º 0.66% 0.5% -
HSV(B) 315.71º 0.8% 0.83% -
XYZ 34.7 18.37 38.28 -
YUV 107.37 161.66 201.92 -
System Red Green Blue C M Y K H S L
Decimal 211 43 167 0 0.80 0.21 0.17 315.71 0.66 0.5
Hex D3 2B A7 0 50 15 11 13C 42 32
Octal 323 53 247 0 120 25 21 474 102 62
Binary 11010011 101011 10100111 0 1010000 10101 10001 100111100 1000010 110010

Color Harmonies of #D32BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32BA7

Black with #D32BA7

Text Example


Text Example

White with #D32BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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