Html Css Color HEX #D231AD Deep Cerise

📋 copy color: '#D231AD'

red 210 ◦ green 49 ◦ blue 173

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

Shades of Deep Cerise #D231AD

Tints of Deep Cerise #D231AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.05%

R = 48.61%
G = 11.34%
B = 40.05%

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

#D231AD (or 0xD231AD) is known color: Deep Cerise. HEX triplet: D2, 31 and AD. RGB value is (210,49,173). Sum of RGB (Red+Green+Blue) = 210+49+173=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D231AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D231AD is #2DCE52. Grayscale: #6E6E6E. Windows color (decimal): -3001939 or 11350482. OLE color: 11350482.

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

Color convert

RGB 210 49 173 -
CMYK 0 0.77 0.18 0.18
HSL 313.79º 0.64% 0.51% -
HSV(B) 313.79º 0.77% 0.82% -
XYZ 35.22 18.92 41.33 -
YUV 111.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 210 49 173 0 0.77 0.18 0.18 313.79 0.64 0.51
Hex D2 31 AD 0 4D 12 12 13A 40 33
Octal 322 61 255 0 115 22 22 472 100 63
Binary 11010010 110001 10101101 0 1001101 10010 10010 100111010 1000000 110011

Color Harmonies of #D231AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D231AD

Black with #D231AD

Text Example


Text Example

White with #D231AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D231AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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