Html Css Color HEX #D231A2 Deep Cerise

📋 copy color: '#D231A2'

red 210 ◦ green 49 ◦ blue 162

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

Shades of Deep Cerise #D231A2

Tints of Deep Cerise #D231A2

RGB

 RED value IS 210 (82.42% from 255) = 49.88%

 GREEN value IS 49 (19.53% from 255) = 11.64%

 BLUE value IS 162 (63.67% from 255) = 38.48%

R = 49.88%
G = 11.64%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#D231A2 (or 0xD231A2) is known color: Deep Cerise. HEX triplet: D2, 31 and A2. RGB value is (210,49,162). Sum of RGB (Red+Green+Blue) = 210+49+162=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A2 is #2DCE5D. Grayscale: #6D6D6D. Windows color (decimal): -3001950 or 10629586. OLE color: 10629586.

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

Color convert

RGB 210 49 162 -
CMYK 0 0.77 0.23 0.18
HSL 317.89º 0.64% 0.51% -
HSV(B) 317.89º 0.77% 0.82% -
XYZ 34.2 18.51 35.95 -
YUV 110.02 157.34 199.31 -
System Red Green Blue C M Y K H S L
Decimal 210 49 162 0 0.77 0.23 0.18 317.89 0.64 0.51
Hex D2 31 A2 0 4D 17 12 13E 40 33
Octal 322 61 242 0 115 27 22 476 100 63
Binary 11010010 110001 10100010 0 1001101 10111 10010 100111110 1000000 110011

Color Harmonies of #D231A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231A2

Black with #D231A2

Text Example


Text Example

White with #D231A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231A2; }

 p { color: rgb(210,49,162); }

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

background-color css

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

 a { background-color: rgb(210,49,162); }

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

border-color css

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

 span { border-color: rgb(210,49,162); }

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