Html Css Color HEX #D231A3 Deep Cerise

📋 copy color: '#D231A3'

red 210 ◦ green 49 ◦ blue 163

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

Shades of Deep Cerise #D231A3

Tints of Deep Cerise #D231A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.63%

R = 49.76%
G = 11.61%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D231A3 (or 0xD231A3) is known color: Deep Cerise. HEX triplet: D2, 31 and A3. RGB value is (210,49,163). Sum of RGB (Red+Green+Blue) = 210+49+163=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D231A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231A3 is #2DCE5C. Grayscale: #6D6D6D. Windows color (decimal): -3001949 or 10695122. OLE color: 10695122.

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

Color convert

RGB 210 49 163 -
CMYK 0 0.77 0.22 0.18
HSL 317.52º 0.64% 0.51% -
HSV(B) 317.52º 0.77% 0.82% -
XYZ 34.29 18.54 36.42 -
YUV 110.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 210 49 163 0 0.77 0.22 0.18 317.52 0.64 0.51
Hex D2 31 A3 0 4D 16 12 13E 40 33
Octal 322 61 243 0 115 26 22 476 100 63
Binary 11010010 110001 10100011 0 1001101 10110 10010 100111110 1000000 110011

Color Harmonies of #D231A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231A3

Black with #D231A3

Text Example


Text Example

White with #D231A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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