Html Css Color HEX #D231A6 Deep Cerise

📋 copy color: '#D231A6'

red 210 ◦ green 49 ◦ blue 166

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

Shades of Deep Cerise #D231A6

Tints of Deep Cerise #D231A6

RGB

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

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

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

R = 49.41%
G = 11.53%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D231A6 (or 0xD231A6) is known color: Deep Cerise. HEX triplet: D2, 31 and A6. RGB value is (210,49,166). Sum of RGB (Red+Green+Blue) = 210+49+166=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A6 is #2DCE59. Grayscale: #6E6E6E. Windows color (decimal): -3001946 or 10891730. OLE color: 10891730.

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

Color convert

RGB 210 49 166 -
CMYK 0 0.77 0.21 0.18
HSL 316.4º 0.64% 0.51% -
HSV(B) 316.4º 0.77% 0.82% -
XYZ 34.56 18.65 37.85 -
YUV 110.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 210 49 166 0 0.77 0.21 0.18 316.4 0.64 0.51
Hex D2 31 A6 0 4D 15 12 13C 40 33
Octal 322 61 246 0 115 25 22 474 100 63
Binary 11010010 110001 10100110 0 1001101 10101 10010 100111100 1000000 110011

Color Harmonies of #D231A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231A6

Black with #D231A6

Text Example


Text Example

White with #D231A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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