Html Css Color HEX #D33580 Deep Cerise

📋 copy color: '#D33580'

red 211 ◦ green 53 ◦ blue 128

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

Shades of Deep Cerise #D33580

Tints of Deep Cerise #D33580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 53.83%
G = 13.52%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D33580 (or 0xD33580) is known color: Deep Cerise. HEX triplet: D3, 35 and 80. RGB value is (211,53,128). Sum of RGB (Red+Green+Blue) = 211+53+128=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D33580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33580 is #2CCA7F. Grayscale: #6C6C6C. Windows color (decimal): -2935424 or 8402387. OLE color: 8402387.

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

Color convert

RGB 211 53 128 -
CMYK 0 0.75 0.39 0.17
HSL 331.52º 0.64% 0.52% -
HSV(B) 331.52º 0.75% 0.83% -
XYZ 32.03 17.95 22.2 -
YUV 108.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 211 53 128 0 0.75 0.39 0.17 331.52 0.64 0.52
Hex D3 35 80 0 4B 27 11 14C 40 34
Octal 323 65 200 0 113 47 21 514 100 64
Binary 11010011 110101 10000000 0 1001011 100111 10001 101001100 1000000 110100

Color Harmonies of #D33580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33580

Black with #D33580

Text Example


Text Example

White with #D33580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33580; }

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

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

background-color css

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

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

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

border-color css

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

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

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