Html Css Color HEX #DD369F Deep Cerise

📋 copy color: '#DD369F'

red 221 ◦ green 54 ◦ blue 159

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

Shades of Deep Cerise #DD369F

Tints of Deep Cerise #DD369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 50.92%
G = 12.44%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD369F (or 0xDD369F) is known color: Deep Cerise. HEX triplet: DD, 36 and 9F. RGB value is (221,54,159). Sum of RGB (Red+Green+Blue) = 221+54+159=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369F is #22C960. Grayscale: #737373. Windows color (decimal): -2279777 or 10434269. OLE color: 10434269.

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

Color convert

RGB 221 54 159 -
CMYK 0 0.76 0.28 0.13
HSL 322.28º 0.71% 0.54% -
HSV(B) 322.28º 0.76% 0.87% -
XYZ 37.4 20.51 34.79 -
YUV 115.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 221 54 159 0 0.76 0.28 0.13 322.28 0.71 0.54
Hex DD 36 9F 0 4C 1C D 142 47 36
Octal 335 66 237 0 114 34 15 502 107 66
Binary 11011101 110110 10011111 0 1001100 11100 1101 101000010 1000111 110110

Color Harmonies of #DD369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD369F

Black with #DD369F

Text Example


Text Example

White with #DD369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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