Html Css Color HEX #DD3669 Cerise

📋 copy color: '#DD3669'

red 221 ◦ green 54 ◦ blue 105

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

Shades of Cerise #DD3669

Tints of Cerise #DD3669

RGB

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

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

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

R = 58.16%
G = 14.21%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD3669 (or 0xDD3669) is known color: Cerise. HEX triplet: DD, 36 and 69. RGB value is (221,54,105). Sum of RGB (Red+Green+Blue) = 221+54+105=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3669 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3669 is #22C996. Grayscale: #6D6D6D. Windows color (decimal): -2279831 or 6895325. OLE color: 6895325.

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

Color convert

RGB 221 54 105 -
CMYK 0 0.76 0.52 0.13
HSL 341.68º 0.71% 0.54% -
HSV(B) 341.68º 0.76% 0.87% -
XYZ 33.69 19.03 15.26 -
YUV 109.75 125.33 207.35 -
System Red Green Blue C M Y K H S L
Decimal 221 54 105 0 0.76 0.52 0.13 341.68 0.71 0.54
Hex DD 36 69 0 4C 34 D 156 47 36
Octal 335 66 151 0 114 64 15 526 107 66
Binary 11011101 110110 1101001 0 1001100 110100 1101 101010110 1000111 110110

Color Harmonies of #DD3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3669

Black with #DD3669

Text Example


Text Example

White with #DD3669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3669; }

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

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

background-color css

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

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

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

border-color css

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

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

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