Html Css Color HEX #D43C7A Deep Cerise

📋 copy color: '#D43C7A'

red 212 ◦ green 60 ◦ blue 122

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

Shades of Deep Cerise #D43C7A

Tints of Deep Cerise #D43C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 53.81%
G = 15.23%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D43C7A (or 0xD43C7A) is known color: Deep Cerise. HEX triplet: D4, 3C and 7A. RGB value is (212,60,122). Sum of RGB (Red+Green+Blue) = 212+60+122=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C7A is #2BC385. Grayscale: #707070. Windows color (decimal): -2868102 or 8010964. OLE color: 8010964.

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

Color convert

RGB 212 60 122 -
CMYK 0 0.72 0.42 0.17
HSL 335.53º 0.64% 0.53% -
HSV(B) 335.53º 0.72% 0.83% -
XYZ 32.28 18.63 20.31 -
YUV 112.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 212 60 122 0 0.72 0.42 0.17 335.53 0.64 0.53
Hex D4 3C 7A 0 48 2A 11 150 40 35
Octal 324 74 172 0 110 52 21 520 100 65
Binary 11010100 111100 1111010 0 1001000 101010 10001 101010000 1000000 110101

Color Harmonies of #D43C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C7A

Black with #D43C7A

Text Example


Text Example

White with #D43C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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