Html Css Color HEX #DD379A Deep Cerise

📋 copy color: '#DD379A'

red 221 ◦ green 55 ◦ blue 154

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

Shades of Deep Cerise #DD379A

Tints of Deep Cerise #DD379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.79%

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

R = 51.4%
G = 12.79%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD379A (or 0xDD379A) is known color: Deep Cerise. HEX triplet: DD, 37 and 9A. RGB value is (221,55,154). Sum of RGB (Red+Green+Blue) = 221+55+154=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD379A is #22C865. Grayscale: #737373. Windows color (decimal): -2279526 or 10106845. OLE color: 10106845.

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

Color convert

RGB 221 55 154 -
CMYK 0 0.75 0.30 0.13
HSL 324.22º 0.71% 0.54% -
HSV(B) 324.22º 0.75% 0.87% -
XYZ 37.02 20.44 32.57 -
YUV 115.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 221 55 154 0 0.75 0.30 0.13 324.22 0.71 0.54
Hex DD 37 9A 0 4B 1E D 144 47 36
Octal 335 67 232 0 113 36 15 504 107 66
Binary 11011101 110111 10011010 0 1001011 11110 1101 101000100 1000111 110110

Color Harmonies of #DD379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD379A

Black with #DD379A

Text Example


Text Example

White with #DD379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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