Html Css Color HEX #D432A6 Deep Cerise

📋 copy color: '#D432A6'

red 212 ◦ green 50 ◦ blue 166

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

Shades of Deep Cerise #D432A6

Tints of Deep Cerise #D432A6

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.68%

 BLUE value IS 166 (65.23% from 255) = 38.79%

R = 49.53%
G = 11.68%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D432A6 (or 0xD432A6) is known color: Deep Cerise. HEX triplet: D4, 32 and A6. RGB value is (212,50,166). Sum of RGB (Red+Green+Blue) = 212+50+166=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D432A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D432A6 is #2BCD59. Grayscale: #6F6F6F. Windows color (decimal): -2870618 or 10891988. OLE color: 10891988.

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

Color convert

RGB 212 50 166 -
CMYK 0 0.76 0.22 0.17
HSL 317.04º 0.65% 0.51% -
HSV(B) 317.04º 0.76% 0.83% -
XYZ 35.17 19.03 37.9 -
YUV 111.66 158.67 199.57 -
System Red Green Blue C M Y K H S L
Decimal 212 50 166 0 0.76 0.22 0.17 317.04 0.65 0.51
Hex D4 32 A6 0 4C 16 11 13D 41 33
Octal 324 62 246 0 114 26 21 475 101 63
Binary 11010100 110010 10100110 0 1001100 10110 10001 100111101 1000001 110011

Color Harmonies of #D432A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D432A6

Black with #D432A6

Text Example


Text Example

White with #D432A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D432A6; }

 p { color: rgb(212,50,166); }

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

background-color css

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

 a { background-color: rgb(212,50,166); }

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

border-color css

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

 span { border-color: rgb(212,50,166); }

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