Html Css Color HEX #D430AE Deep Cerise

📋 copy color: '#D430AE'

red 212 ◦ green 48 ◦ blue 174

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

Shades of Deep Cerise #D430AE

Tints of Deep Cerise #D430AE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.06%

 BLUE value IS 174 (68.36% from 255) = 40.09%

R = 48.85%
G = 11.06%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D430AE (or 0xD430AE) is known color: Deep Cerise. HEX triplet: D4, 30 and AE. RGB value is (212,48,174). Sum of RGB (Red+Green+Blue) = 212+48+174=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D430AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D430AE is #2BCF51. Grayscale: #6F6F6F. Windows color (decimal): -2871122 or 11415764. OLE color: 11415764.

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

Color convert

RGB 212 48 174 -
CMYK 0 0.77 0.18 0.17
HSL 313.9º 0.66% 0.51% -
HSV(B) 313.9º 0.77% 0.83% -
XYZ 35.85 19.17 41.85 -
YUV 111.4 163.33 199.75 -
System Red Green Blue C M Y K H S L
Decimal 212 48 174 0 0.77 0.18 0.17 313.9 0.66 0.51
Hex D4 30 AE 0 4D 12 11 13A 42 33
Octal 324 60 256 0 115 22 21 472 102 63
Binary 11010100 110000 10101110 0 1001101 10010 10001 100111010 1000010 110011

Color Harmonies of #D430AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430AE

Black with #D430AE

Text Example


Text Example

White with #D430AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430AE; }

 p { color: rgb(212,48,174); }

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

background-color css

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

 a { background-color: rgb(212,48,174); }

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

border-color css

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

 span { border-color: rgb(212,48,174); }

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