Html Css Color HEX #DD4366 Cerise

📋 copy color: '#DD4366'

red 221 ◦ green 67 ◦ blue 102

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

Shades of Cerise #DD4366

Tints of Cerise #DD4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.18%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 56.67%
G = 17.18%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD4366 (or 0xDD4366) is known color: Cerise. HEX triplet: DD, 43 and 66. RGB value is (221,67,102). Sum of RGB (Red+Green+Blue) = 221+67+102=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4366 is #22BC99. Grayscale: #757575. Windows color (decimal): -2276506 or 6702045. OLE color: 6702045.

HSL color Cylindrical-coordinate representation of color #DD4366: hue angle of 346.36º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4366 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 102 -
CMYK 0 0.70 0.54 0.13
HSL 346.36º 0.69% 0.56% -
HSV(B) 346.36º 0.7% 0.87% -
XYZ 34.22 20.35 14.69 -
YUV 117.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 221 67 102 0 0.70 0.54 0.13 346.36 0.69 0.56
Hex DD 43 66 0 46 36 D 15A 45 38
Octal 335 103 146 0 106 66 15 532 105 70
Binary 11011101 1000011 1100110 0 1000110 110110 1101 101011010 1000101 111000

Color Harmonies of #DD4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4366

Black with #DD4366

Text Example


Text Example

White with #DD4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4366; }

 p { color: rgb(221,67,102); }

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

background-color css

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

 a { background-color: rgb(221,67,102); }

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

border-color css

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

 span { border-color: rgb(221,67,102); }

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