Html Css Color HEX #D43AAA Deep Cerise

📋 copy color: '#D43AAA'

red 212 ◦ green 58 ◦ blue 170

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

Shades of Deep Cerise #D43AAA

Tints of Deep Cerise #D43AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.18%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 48.18%
G = 13.18%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D43AAA (or 0xD43AAA) is known color: Deep Cerise. HEX triplet: D4, 3A and AA. RGB value is (212,58,170). Sum of RGB (Red+Green+Blue) = 212+58+170=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D43AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43AAA is #2BC555. Grayscale: #747474. Windows color (decimal): -2868566 or 11156180. OLE color: 11156180.

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

Color convert

RGB 212 58 170 -
CMYK 0 0.73 0.20 0.17
HSL 316.36º 0.64% 0.53% -
HSV(B) 316.36º 0.73% 0.83% -
XYZ 35.92 19.93 39.98 -
YUV 116.81 158.02 195.89 -
System Red Green Blue C M Y K H S L
Decimal 212 58 170 0 0.73 0.20 0.17 316.36 0.64 0.53
Hex D4 3A AA 0 49 14 11 13C 40 35
Octal 324 72 252 0 111 24 21 474 100 65
Binary 11010100 111010 10101010 0 1001001 10100 10001 100111100 1000000 110101

Color Harmonies of #D43AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43AAA

Black with #D43AAA

Text Example


Text Example

White with #D43AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43AAA; }

 p { color: rgb(212,58,170); }

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

background-color css

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

 a { background-color: rgb(212,58,170); }

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

border-color css

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

 span { border-color: rgb(212,58,170); }

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