Html Css Color HEX #DD337B Deep Cerise

📋 copy color: '#DD337B'

red 221 ◦ green 51 ◦ blue 123

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

Shades of Deep Cerise #DD337B

Tints of Deep Cerise #DD337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.91%

 BLUE value IS 123 (48.44% from 255) = 31.14%

R = 55.95%
G = 12.91%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD337B (or 0xDD337B) is known color: Deep Cerise. HEX triplet: DD, 33 and 7B. RGB value is (221,51,123). Sum of RGB (Red+Green+Blue) = 221+51+123=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD337B is #22CC84. Grayscale: #6D6D6D. Windows color (decimal): -2280581 or 8074205. OLE color: 8074205.

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

Color convert

RGB 221 51 123 -
CMYK 0 0.77 0.44 0.13
HSL 334.59º 0.71% 0.53% -
HSV(B) 334.59º 0.77% 0.87% -
XYZ 34.58 19.17 20.62 -
YUV 110.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 221 51 123 0 0.77 0.44 0.13 334.59 0.71 0.53
Hex DD 33 7B 0 4D 2C D 14F 47 35
Octal 335 63 173 0 115 54 15 517 107 65
Binary 11011101 110011 1111011 0 1001101 101100 1101 101001111 1000111 110101

Color Harmonies of #DD337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD337B

Black with #DD337B

Text Example


Text Example

White with #DD337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD337B; }

 p { color: rgb(221,51,123); }

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

background-color css

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

 a { background-color: rgb(221,51,123); }

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

border-color css

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

 span { border-color: rgb(221,51,123); }

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