Html Css Color HEX #DD369A Deep Cerise

📋 copy color: '#DD369A'

red 221 ◦ green 54 ◦ blue 154

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

Shades of Deep Cerise #DD369A

Tints of Deep Cerise #DD369A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.59%

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

R = 51.52%
G = 12.59%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD369A (or 0xDD369A) is known color: Deep Cerise. HEX triplet: DD, 36 and 9A. RGB value is (221,54,154). Sum of RGB (Red+Green+Blue) = 221+54+154=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369A is #22C965. Grayscale: #737373. Windows color (decimal): -2279782 or 10106589. OLE color: 10106589.

HSL color Cylindrical-coordinate representation of color #DD369A: hue angle of 324.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD369A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 54 154 -
CMYK 0 0.76 0.30 0.13
HSL 324.07º 0.71% 0.54% -
HSV(B) 324.07º 0.76% 0.87% -
XYZ 36.97 20.34 32.55 -
YUV 115.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 221 54 154 0 0.76 0.30 0.13 324.07 0.71 0.54
Hex DD 36 9A 0 4C 1E D 144 47 36
Octal 335 66 232 0 114 36 15 504 107 66
Binary 11011101 110110 10011010 0 1001100 11110 1101 101000100 1000111 110110

Color Harmonies of #DD369A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD369A

Black with #DD369A

Text Example


Text Example

White with #DD369A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD369A; }

 p { color: rgb(221,54,154); }

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

background-color css

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

 a { background-color: rgb(221,54,154); }

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

border-color css

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

 span { border-color: rgb(221,54,154); }

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