Html Css Color HEX #DD367A Deep Cerise

📋 copy color: '#DD367A'

red 221 ◦ green 54 ◦ blue 122

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

Shades of Deep Cerise #DD367A

Tints of Deep Cerise #DD367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 55.67%
G = 13.6%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD367A (or 0xDD367A) is known color: Deep Cerise. HEX triplet: DD, 36 and 7A. RGB value is (221,54,122). Sum of RGB (Red+Green+Blue) = 221+54+122=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD367A is #22C985. Grayscale: #6F6F6F. Windows color (decimal): -2279814 or 8009437. OLE color: 8009437.

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

Color convert

RGB 221 54 122 -
CMYK 0 0.76 0.45 0.13
HSL 335.57º 0.71% 0.54% -
HSV(B) 335.57º 0.76% 0.87% -
XYZ 34.65 19.42 20.33 -
YUV 111.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 221 54 122 0 0.76 0.45 0.13 335.57 0.71 0.54
Hex DD 36 7A 0 4C 2D D 150 47 36
Octal 335 66 172 0 114 55 15 520 107 66
Binary 11011101 110110 1111010 0 1001100 101101 1101 101010000 1000111 110110

Color Harmonies of #DD367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD367A

Black with #DD367A

Text Example


Text Example

White with #DD367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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