Html Css Color HEX #D33586 Deep Cerise

📋 copy color: '#D33586'

red 211 ◦ green 53 ◦ blue 134

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

Shades of Deep Cerise #D33586

Tints of Deep Cerise #D33586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.67%

R = 53.02%
G = 13.32%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D33586 (or 0xD33586) is known color: Deep Cerise. HEX triplet: D3, 35 and 86. RGB value is (211,53,134). Sum of RGB (Red+Green+Blue) = 211+53+134=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D33586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33586 is #2CCA79. Grayscale: #6D6D6D. Windows color (decimal): -2935418 or 8795603. OLE color: 8795603.

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

Color convert

RGB 211 53 134 -
CMYK 0 0.75 0.36 0.17
HSL 329.24º 0.64% 0.52% -
HSV(B) 329.24º 0.75% 0.83% -
XYZ 32.44 18.12 24.34 -
YUV 109.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 211 53 134 0 0.75 0.36 0.17 329.24 0.64 0.52
Hex D3 35 86 0 4B 24 11 149 40 34
Octal 323 65 206 0 113 44 21 511 100 64
Binary 11010011 110101 10000110 0 1001011 100100 10001 101001001 1000000 110100

Color Harmonies of #D33586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33586

Black with #D33586

Text Example


Text Example

White with #D33586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33586; }

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

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

background-color css

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

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

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

border-color css

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

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

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