Html Css Color HEX #DD3BA5 Deep Cerise

📋 copy color: '#DD3BA5'

red 221 ◦ green 59 ◦ blue 165

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

Shades of Deep Cerise #DD3BA5

Tints of Deep Cerise #DD3BA5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

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

R = 49.66%
G = 13.26%
B = 37.08%

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

#DD3BA5 (or 0xDD3BA5) is known color: Deep Cerise. HEX triplet: DD, 3B and A5. RGB value is (221,59,165). Sum of RGB (Red+Green+Blue) = 221+59+165=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BA5 is #22C45A. Grayscale: #777777. Windows color (decimal): -2278491 or 10828765. OLE color: 10828765.

HSL color Cylindrical-coordinate representation of color #DD3BA5: hue angle of 320.74º 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 #DD3BA5 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 59 165 -
CMYK 0 0.73 0.25 0.13
HSL 320.74º 0.7% 0.55% -
HSV(B) 320.74º 0.73% 0.87% -
XYZ 38.17 21.22 37.68 -
YUV 119.52 153.67 200.38 -
System Red Green Blue C M Y K H S L
Decimal 221 59 165 0 0.73 0.25 0.13 320.74 0.7 0.55
Hex DD 3B A5 0 49 19 D 141 46 37
Octal 335 73 245 0 111 31 15 501 106 67
Binary 11011101 111011 10100101 0 1001001 11001 1101 101000001 1000110 110111

Color Harmonies of #DD3BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BA5

Black with #DD3BA5

Text Example


Text Example

White with #DD3BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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