Html Css Color HEX #D331AB Deep Cerise

📋 copy color: '#D331AB'

red 211 ◦ green 49 ◦ blue 171

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

Shades of Deep Cerise #D331AB

Tints of Deep Cerise #D331AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 48.96%
G = 11.37%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D331AB (or 0xD331AB) is known color: Deep Cerise. HEX triplet: D3, 31 and AB. RGB value is (211,49,171). Sum of RGB (Red+Green+Blue) = 211+49+171=431 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.96% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 211 - color contains mainly: red. Hex color #D331AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D331AB is #2CCE54. Grayscale: #6F6F6F. Windows color (decimal): -2936405 or 11219411. OLE color: 11219411.

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

Color convert

RGB 211 49 171 -
CMYK 0 0.77 0.19 0.17
HSL 314.81º 0.65% 0.51% -
HSV(B) 314.81º 0.77% 0.83% -
XYZ 35.31 18.99 40.33 -
YUV 111.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 211 49 171 0 0.77 0.19 0.17 314.81 0.65 0.51
Hex D3 31 AB 0 4D 13 11 13B 41 33
Octal 323 61 253 0 115 23 21 473 101 63
Binary 11010011 110001 10101011 0 1001101 10011 10001 100111011 1000001 110011

Color Harmonies of #D331AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D331AB

Black with #D331AB

Text Example


Text Example

White with #D331AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D331AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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