Html Css Color HEX #DD3BA4 Deep Cerise

📋 copy color: '#DD3BA4'

red 221 ◦ green 59 ◦ blue 164

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

Shades of Deep Cerise #DD3BA4

Tints of Deep Cerise #DD3BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 49.77%
G = 13.29%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD3BA4 (or 0xDD3BA4) is known color: Deep Cerise. HEX triplet: DD, 3B and A4. RGB value is (221,59,164). Sum of RGB (Red+Green+Blue) = 221+59+164=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3BA4 is #22C45B. Grayscale: #777777. Windows color (decimal): -2278492 or 10763229. OLE color: 10763229.

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

Color convert

RGB 221 59 164 -
CMYK 0 0.73 0.26 0.13
HSL 321.11º 0.7% 0.55% -
HSV(B) 321.11º 0.73% 0.87% -
XYZ 38.08 21.18 37.2 -
YUV 119.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 221 59 164 0 0.73 0.26 0.13 321.11 0.7 0.55
Hex DD 3B A4 0 49 1A D 141 46 37
Octal 335 73 244 0 111 32 15 501 106 67
Binary 11011101 111011 10100100 0 1001001 11010 1101 101000001 1000110 110111

Color Harmonies of #DD3BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3BA4

Black with #DD3BA4

Text Example


Text Example

White with #DD3BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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