Html Css Color HEX #D231AC Deep Cerise

📋 copy color: '#D231AC'

red 210 ◦ green 49 ◦ blue 172

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

Shades of Deep Cerise #D231AC

Tints of Deep Cerise #D231AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 48.72%
G = 11.37%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D231AC (or 0xD231AC) is known color: Deep Cerise. HEX triplet: D2, 31 and AC. RGB value is (210,49,172). Sum of RGB (Red+Green+Blue) = 210+49+172=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D231AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231AC is #2DCE53. Grayscale: #6E6E6E. Windows color (decimal): -3001940 or 11284946. OLE color: 11284946.

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

Color convert

RGB 210 49 172 -
CMYK 0 0.77 0.18 0.18
HSL 314.16º 0.64% 0.51% -
HSV(B) 314.16º 0.77% 0.82% -
XYZ 35.12 18.88 40.82 -
YUV 111.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 210 49 172 0 0.77 0.18 0.18 314.16 0.64 0.51
Hex D2 31 AC 0 4D 12 12 13A 40 33
Octal 322 61 254 0 115 22 22 472 100 63
Binary 11010010 110001 10101100 0 1001101 10010 10010 100111010 1000000 110011

Color Harmonies of #D231AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231AC

Black with #D231AC

Text Example


Text Example

White with #D231AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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