Html Css Color HEX #D33281 Deep Cerise

📋 copy color: '#D33281'

red 211 ◦ green 50 ◦ blue 129

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

Shades of Deep Cerise #D33281

Tints of Deep Cerise #D33281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 54.1%
G = 12.82%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D33281 (or 0xD33281) is known color: Deep Cerise. HEX triplet: D3, 32 and 81. RGB value is (211,50,129). Sum of RGB (Red+Green+Blue) = 211+50+129=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D33281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33281 is #2CCD7E. Grayscale: #6A6A6A. Windows color (decimal): -2936191 or 8467155. OLE color: 8467155.

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

Color convert

RGB 211 50 129 -
CMYK 0 0.76 0.39 0.17
HSL 330.56º 0.65% 0.51% -
HSV(B) 330.56º 0.76% 0.83% -
XYZ 31.97 17.72 22.5 -
YUV 107.15 140.34 202.08 -
System Red Green Blue C M Y K H S L
Decimal 211 50 129 0 0.76 0.39 0.17 330.56 0.65 0.51
Hex D3 32 81 0 4C 27 11 14B 41 33
Octal 323 62 201 0 114 47 21 513 101 63
Binary 11010011 110010 10000001 0 1001100 100111 10001 101001011 1000001 110011

Color Harmonies of #D33281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33281

Black with #D33281

Text Example


Text Example

White with #D33281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33281; }

 p { color: rgb(211,50,129); }

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

background-color css

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

 a { background-color: rgb(211,50,129); }

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

border-color css

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

 span { border-color: rgb(211,50,129); }

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