Html Css Color HEX #D33180 Deep Cerise

📋 copy color: '#D33180'

red 211 ◦ green 49 ◦ blue 128

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

Shades of Deep Cerise #D33180

Tints of Deep Cerise #D33180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 54.38%
G = 12.63%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D33180 (or 0xD33180) is known color: Deep Cerise. HEX triplet: D3, 31 and 80. RGB value is (211,49,128). Sum of RGB (Red+Green+Blue) = 211+49+128=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D33180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33180 is #2CCE7F. Grayscale: #6A6A6A. Windows color (decimal): -2936448 or 8401363. OLE color: 8401363.

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

Color convert

RGB 211 49 128 -
CMYK 0 0.77 0.39 0.17
HSL 330.74º 0.65% 0.51% -
HSV(B) 330.74º 0.77% 0.83% -
XYZ 31.86 17.6 22.14 -
YUV 106.44 140.17 202.58 -
System Red Green Blue C M Y K H S L
Decimal 211 49 128 0 0.77 0.39 0.17 330.74 0.65 0.51
Hex D3 31 80 0 4D 27 11 14B 41 33
Octal 323 61 200 0 115 47 21 513 101 63
Binary 11010011 110001 10000000 0 1001101 100111 10001 101001011 1000001 110011

Color Harmonies of #D33180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33180

Black with #D33180

Text Example


Text Example

White with #D33180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33180; }

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

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

background-color css

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

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

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

border-color css

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

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

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