Html Css Color HEX #DD3369 Cerise

📋 copy color: '#DD3369'

red 221 ◦ green 51 ◦ blue 105

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

Shades of Cerise #DD3369

Tints of Cerise #DD3369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 58.62%
G = 13.53%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD3369 (or 0xDD3369) is known color: Cerise. HEX triplet: DD, 33 and 69. RGB value is (221,51,105). Sum of RGB (Red+Green+Blue) = 221+51+105=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3369 is #22CC96. Grayscale: #6B6B6B. Windows color (decimal): -2280599 or 6894557. OLE color: 6894557.

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

Color convert

RGB 221 51 105 -
CMYK 0 0.77 0.52 0.13
HSL 340.94º 0.71% 0.53% -
HSV(B) 340.94º 0.77% 0.87% -
XYZ 33.55 18.76 15.22 -
YUV 107.99 126.32 208.61 -
System Red Green Blue C M Y K H S L
Decimal 221 51 105 0 0.77 0.52 0.13 340.94 0.71 0.53
Hex DD 33 69 0 4D 34 D 155 47 35
Octal 335 63 151 0 115 64 15 525 107 65
Binary 11011101 110011 1101001 0 1001101 110100 1101 101010101 1000111 110101

Color Harmonies of #DD3369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3369

Black with #DD3369

Text Example


Text Example

White with #DD3369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3369; }

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

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

background-color css

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

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

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

border-color css

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

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

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