Html Css Color HEX #D331AD Deep Cerise

📋 copy color: '#D331AD'

red 211 ◦ green 49 ◦ blue 173

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

Shades of Deep Cerise #D331AD

Tints of Deep Cerise #D331AD

RGB

 RED value IS 211 (82.81% from 255) = 48.73%

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

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

R = 48.73%
G = 11.32%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D331AD (or 0xD331AD) is known color: Deep Cerise. HEX triplet: D3, 31 and AD. RGB value is (211,49,173). Sum of RGB (Red+Green+Blue) = 211+49+173=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D331AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D331AD is #2CCE52. Grayscale: #6F6F6F. Windows color (decimal): -2936403 or 11350483. OLE color: 11350483.

HSL color Cylindrical-coordinate representation of color #D331AD: hue angle of 314.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331AD is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 173 -
CMYK 0 0.77 0.18 0.17
HSL 314.07º 0.65% 0.51% -
HSV(B) 314.07º 0.77% 0.83% -
XYZ 35.51 19.06 41.34 -
YUV 111.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 211 49 173 0 0.77 0.18 0.17 314.07 0.65 0.51
Hex D3 31 AD 0 4D 12 11 13A 41 33
Octal 323 61 255 0 115 22 21 472 101 63
Binary 11010011 110001 10101101 0 1001101 10010 10001 100111010 1000001 110011

Color Harmonies of #D331AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331AD

Black with #D331AD

Text Example


Text Example

White with #D331AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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