Html Css Color HEX #DD369B Deep Cerise

📋 copy color: '#DD369B'

red 221 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #DD369B

Tints of Deep Cerise #DD369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 51.4%
G = 12.56%
B = 36.05%

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

#DD369B (or 0xDD369B) is known color: Deep Cerise. HEX triplet: DD, 36 and 9B. RGB value is (221,54,155). Sum of RGB (Red+Green+Blue) = 221+54+155=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369B is #22C964. Grayscale: #737373. Windows color (decimal): -2279781 or 10172125. OLE color: 10172125.

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

Color convert

RGB 221 54 155 -
CMYK 0 0.76 0.30 0.13
HSL 323.71º 0.71% 0.54% -
HSV(B) 323.71º 0.76% 0.87% -
XYZ 37.05 20.38 32.99 -
YUV 115.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 221 54 155 0 0.76 0.30 0.13 323.71 0.71 0.54
Hex DD 36 9B 0 4C 1E D 144 47 36
Octal 335 66 233 0 114 36 15 504 107 66
Binary 11011101 110110 10011011 0 1001100 11110 1101 101000100 1000111 110110

Color Harmonies of #DD369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD369B

Black with #DD369B

Text Example


Text Example

White with #DD369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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