Html Css Color HEX #D33285 Deep Cerise

📋 copy color: '#D33285'

red 211 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #D33285

Tints of Deep Cerise #D33285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 53.55%
G = 12.69%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D33285 (or 0xD33285) is known color: Deep Cerise. HEX triplet: D3, 32 and 85. RGB value is (211,50,133). Sum of RGB (Red+Green+Blue) = 211+50+133=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D33285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33285 is #2CCD7A. Grayscale: #6B6B6B. Windows color (decimal): -2936187 or 8729299. OLE color: 8729299.

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

Color convert

RGB 211 50 133 -
CMYK 0 0.76 0.37 0.17
HSL 329.07º 0.65% 0.51% -
HSV(B) 329.07º 0.76% 0.83% -
XYZ 32.24 17.82 23.93 -
YUV 107.6 142.34 201.75 -
System Red Green Blue C M Y K H S L
Decimal 211 50 133 0 0.76 0.37 0.17 329.07 0.65 0.51
Hex D3 32 85 0 4C 25 11 149 41 33
Octal 323 62 205 0 114 45 21 511 101 63
Binary 11010011 110010 10000101 0 1001100 100101 10001 101001001 1000001 110011

Color Harmonies of #D33285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33285

Black with #D33285

Text Example


Text Example

White with #D33285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33285; }

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

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

background-color css

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

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

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

border-color css

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

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

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