Html Css Color HEX #D42CA4 Deep Cerise

📋 copy color: '#D42CA4'

red 212 ◦ green 44 ◦ blue 164

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

Shades of Deep Cerise #D42CA4

Tints of Deep Cerise #D42CA4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.48%

 BLUE value IS 164 (64.45% from 255) = 39.05%

R = 50.48%
G = 10.48%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D42CA4 (or 0xD42CA4) is known color: Deep Cerise. HEX triplet: D4, 2C and A4. RGB value is (212,44,164). Sum of RGB (Red+Green+Blue) = 212+44+164=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D42CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42CA4 is #2BD35B. Grayscale: #6B6B6B. Windows color (decimal): -2872156 or 10759380. OLE color: 10759380.

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

Color convert

RGB 212 44 164 -
CMYK 0 0.79 0.23 0.17
HSL 317.14º 0.66% 0.5% -
HSV(B) 317.14º 0.79% 0.83% -
XYZ 34.75 18.48 36.86 -
YUV 107.91 159.66 202.24 -
System Red Green Blue C M Y K H S L
Decimal 212 44 164 0 0.79 0.23 0.17 317.14 0.66 0.5
Hex D4 2C A4 0 4F 17 11 13D 42 32
Octal 324 54 244 0 117 27 21 475 102 62
Binary 11010100 101100 10100100 0 1001111 10111 10001 100111101 1000010 110010

Color Harmonies of #D42CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42CA4

Black with #D42CA4

Text Example


Text Example

White with #D42CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42CA4; }

 p { color: rgb(212,44,164); }

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

background-color css

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

 a { background-color: rgb(212,44,164); }

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

border-color css

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

 span { border-color: rgb(212,44,164); }

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