Html Css Color HEX #DD3DA5 Deep Cerise

📋 copy color: '#DD3DA5'

red 221 ◦ green 61 ◦ blue 165

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

Shades of Deep Cerise #DD3DA5

Tints of Deep Cerise #DD3DA5

RGB

 RED value IS 221 (86.72% from 255) = 49.44%

 GREEN value IS 61 (24.22% from 255) = 13.65%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 49.44%
G = 13.65%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD3DA5 (or 0xDD3DA5) is known color: Deep Cerise. HEX triplet: DD, 3D and A5. RGB value is (221,61,165). Sum of RGB (Red+Green+Blue) = 221+61+165=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DA5 is #22C25A. Grayscale: #787878. Windows color (decimal): -2277979 or 10829277. OLE color: 10829277.

HSL color Cylindrical-coordinate representation of color #DD3DA5: hue angle of 321º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DA5 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 61 165 -
CMYK 0 0.72 0.25 0.13
HSL 321º 0.7% 0.55% -
HSV(B) 321º 0.72% 0.87% -
XYZ 38.28 21.43 37.72 -
YUV 120.7 153.01 199.54 -
System Red Green Blue C M Y K H S L
Decimal 221 61 165 0 0.72 0.25 0.13 321 0.7 0.55
Hex DD 3D A5 0 48 19 D 141 46 37
Octal 335 75 245 0 110 31 15 501 106 67
Binary 11011101 111101 10100101 0 1001000 11001 1101 101000001 1000110 110111

Color Harmonies of #DD3DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3DA5

Black with #DD3DA5

Text Example


Text Example

White with #DD3DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3DA5; }

 p { color: rgb(221,61,165); }

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

background-color css

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

 a { background-color: rgb(221,61,165); }

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

border-color css

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

 span { border-color: rgb(221,61,165); }

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