Html Css Color HEX #D3329A Deep Cerise

📋 copy color: '#D3329A'

red 211 ◦ green 50 ◦ blue 154

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

Shades of Deep Cerise #D3329A

Tints of Deep Cerise #D3329A

RGB

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

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

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

R = 50.84%
G = 12.05%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#D3329A (or 0xD3329A) is known color: Deep Cerise. HEX triplet: D3, 32 and 9A. RGB value is (211,50,154). Sum of RGB (Red+Green+Blue) = 211+50+154=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D3329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3329A is #2CCD65. Grayscale: #6D6D6D. Windows color (decimal): -2936166 or 10105555. OLE color: 10105555.

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

Color convert

RGB 211 50 154 -
CMYK 0 0.76 0.27 0.17
HSL 321.24º 0.65% 0.51% -
HSV(B) 321.24º 0.76% 0.83% -
XYZ 33.84 18.46 32.35 -
YUV 110 152.84 200.04 -
System Red Green Blue C M Y K H S L
Decimal 211 50 154 0 0.76 0.27 0.17 321.24 0.65 0.51
Hex D3 32 9A 0 4C 1B 11 141 41 33
Octal 323 62 232 0 114 33 21 501 101 63
Binary 11010011 110010 10011010 0 1001100 11011 10001 101000001 1000001 110011

Color Harmonies of #D3329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3329A

Black with #D3329A

Text Example


Text Example

White with #D3329A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3329A; }

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

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

background-color css

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

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

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

border-color css

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

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

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