Html Css Color HEX #D231A0 Deep Cerise

📋 copy color: '#D231A0'

red 210 ◦ green 49 ◦ blue 160

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

Shades of Deep Cerise #D231A0

Tints of Deep Cerise #D231A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 50.12%
G = 11.69%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D231A0 (or 0xD231A0) is known color: Deep Cerise. HEX triplet: D2, 31 and A0. RGB value is (210,49,160). Sum of RGB (Red+Green+Blue) = 210+49+160=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A0 is #2DCE5F. Grayscale: #6D6D6D. Windows color (decimal): -3001952 or 10498514. OLE color: 10498514.

HSL color Cylindrical-coordinate representation of color #D231A0: hue angle of 318.63º 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 #D231A0 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 49 160 -
CMYK 0 0.77 0.24 0.18
HSL 318.63º 0.64% 0.51% -
HSV(B) 318.63º 0.77% 0.82% -
XYZ 34.02 18.44 35.02 -
YUV 109.79 156.34 199.47 -
System Red Green Blue C M Y K H S L
Decimal 210 49 160 0 0.77 0.24 0.18 318.63 0.64 0.51
Hex D2 31 A0 0 4D 18 12 13F 40 33
Octal 322 61 240 0 115 30 22 477 100 63
Binary 11010010 110001 10100000 0 1001101 11000 10010 100111111 1000000 110011

Color Harmonies of #D231A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231A0

Black with #D231A0

Text Example


Text Example

White with #D231A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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