Html Css Color HEX #D42BA1 Deep Cerise

📋 copy color: '#D42BA1'

red 212 ◦ green 43 ◦ blue 161

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

Shades of Deep Cerise #D42BA1

Tints of Deep Cerise #D42BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.7%

R = 50.96%
G = 10.34%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D42BA1 (or 0xD42BA1) is known color: Deep Cerise. HEX triplet: D4, 2B and A1. RGB value is (212,43,161). Sum of RGB (Red+Green+Blue) = 212+43+161=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42BA1 is #2BD45E. Grayscale: #6A6A6A. Windows color (decimal): -2872415 or 10562516. OLE color: 10562516.

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

Color convert

RGB 212 43 161 -
CMYK 0 0.80 0.24 0.17
HSL 318.11º 0.66% 0.5% -
HSV(B) 318.11º 0.8% 0.83% -
XYZ 34.45 18.3 35.43 -
YUV 106.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 212 43 161 0 0.80 0.24 0.17 318.11 0.66 0.5
Hex D4 2B A1 0 50 18 11 13E 42 32
Octal 324 53 241 0 120 30 21 476 102 62
Binary 11010100 101011 10100001 0 1010000 11000 10001 100111110 1000010 110010

Color Harmonies of #D42BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42BA1

Black with #D42BA1

Text Example


Text Example

White with #D42BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42BA1; }

 p { color: rgb(212,43,161); }

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

background-color css

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

 a { background-color: rgb(212,43,161); }

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

border-color css

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

 span { border-color: rgb(212,43,161); }

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