Html Css Color HEX #D33A9A Deep Cerise

📋 copy color: '#D33A9A'

red 211 ◦ green 58 ◦ blue 154

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

Shades of Deep Cerise #D33A9A

Tints of Deep Cerise #D33A9A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 154 (60.55% from 255) = 36.41%

R = 49.88%
G = 13.71%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D33A9A (or 0xD33A9A) is known color: Deep Cerise. HEX triplet: D3, 3A and 9A. RGB value is (211,58,154). Sum of RGB (Red+Green+Blue) = 211+58+154=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 154 (60.55% from 255 or 36.41% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33A9A is #2CC565. Grayscale: #727272. Windows color (decimal): -2934118 or 10107603. OLE color: 10107603.

HSL color Cylindrical-coordinate representation of color #D33A9A: hue angle of 322.35º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D33A9A is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 58 154 -
CMYK 0 0.73 0.27 0.17
HSL 322.35º 0.63% 0.53% -
HSV(B) 322.35º 0.73% 0.83% -
XYZ 34.21 19.21 32.48 -
YUV 114.69 150.19 196.69 -
System Red Green Blue C M Y K H S L
Decimal 211 58 154 0 0.73 0.27 0.17 322.35 0.63 0.53
Hex D3 3A 9A 0 49 1B 11 142 3F 35
Octal 323 72 232 0 111 33 21 502 77 65
Binary 11010011 111010 10011010 0 1001001 11011 10001 101000010 111111 110101

Color Harmonies of #D33A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33A9A

Black with #D33A9A

Text Example


Text Example

White with #D33A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33A9A; }

 p { color: rgb(211,58,154); }

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

background-color css

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

 a { background-color: rgb(211,58,154); }

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

border-color css

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

 span { border-color: rgb(211,58,154); }

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