Html Css Color HEX #DD3CA5 Deep Cerise

📋 copy color: '#DD3CA5'

red 221 ◦ green 60 ◦ blue 165

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

Shades of Deep Cerise #DD3CA5

Tints of Deep Cerise #DD3CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.45%

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

R = 49.55%
G = 13.45%
B = 37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD3CA5 (or 0xDD3CA5) is known color: Deep Cerise. HEX triplet: DD, 3C and A5. RGB value is (221,60,165). Sum of RGB (Red+Green+Blue) = 221+60+165=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3CA5 is #22C35A. Grayscale: #777777. Windows color (decimal): -2278235 or 10829021. OLE color: 10829021.

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

Color convert

RGB 221 60 165 -
CMYK 0 0.73 0.25 0.13
HSL 320.87º 0.7% 0.55% -
HSV(B) 320.87º 0.73% 0.87% -
XYZ 38.23 21.32 37.7 -
YUV 120.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 221 60 165 0 0.73 0.25 0.13 320.87 0.7 0.55
Hex DD 3C A5 0 49 19 D 141 46 37
Octal 335 74 245 0 111 31 15 501 106 67
Binary 11011101 111100 10100101 0 1001001 11001 1101 101000001 1000110 110111

Color Harmonies of #DD3CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3CA5

Black with #DD3CA5

Text Example


Text Example

White with #DD3CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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