Html Css Color HEX #D43CA2 Deep Cerise

📋 copy color: '#D43CA2'

red 212 ◦ green 60 ◦ blue 162

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

Shades of Deep Cerise #D43CA2

Tints of Deep Cerise #D43CA2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.82%

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 48.85%
G = 13.82%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D43CA2 (or 0xD43CA2) is known color: Deep Cerise. HEX triplet: D4, 3C and A2. RGB value is (212,60,162). Sum of RGB (Red+Green+Blue) = 212+60+162=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43CA2 is #2BC35D. Grayscale: #747474. Windows color (decimal): -2868062 or 10632404. OLE color: 10632404.

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

Color convert

RGB 212 60 162 -
CMYK 0 0.72 0.24 0.17
HSL 319.74º 0.64% 0.53% -
HSV(B) 319.74º 0.72% 0.83% -
XYZ 35.29 19.84 36.15 -
YUV 117.08 153.36 195.71 -
System Red Green Blue C M Y K H S L
Decimal 212 60 162 0 0.72 0.24 0.17 319.74 0.64 0.53
Hex D4 3C A2 0 48 18 11 140 40 35
Octal 324 74 242 0 110 30 21 500 100 65
Binary 11010100 111100 10100010 0 1001000 11000 10001 101000000 1000000 110101

Color Harmonies of #D43CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CA2

Black with #D43CA2

Text Example


Text Example

White with #D43CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CA2; }

 p { color: rgb(212,60,162); }

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

background-color css

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

 a { background-color: rgb(212,60,162); }

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

border-color css

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

 span { border-color: rgb(212,60,162); }

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