Html Css Color HEX #DD4166 Cerise

📋 copy color: '#DD4166'

red 221 ◦ green 65 ◦ blue 102

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

Shades of Cerise #DD4166

Tints of Cerise #DD4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.75%

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

R = 56.96%
G = 16.75%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD4166 (or 0xDD4166) is known color: Cerise. HEX triplet: DD, 41 and 66. RGB value is (221,65,102). Sum of RGB (Red+Green+Blue) = 221+65+102=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4166 is #22BE99. Grayscale: #737373. Windows color (decimal): -2277018 or 6701533. OLE color: 6701533.

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

Color convert

RGB 221 65 102 -
CMYK 0 0.71 0.54 0.13
HSL 345.77º 0.7% 0.56% -
HSV(B) 345.77º 0.71% 0.87% -
XYZ 34.11 20.11 14.65 -
YUV 115.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 221 65 102 0 0.71 0.54 0.13 345.77 0.7 0.56
Hex DD 41 66 0 47 36 D 15A 46 38
Octal 335 101 146 0 107 66 15 532 106 70
Binary 11011101 1000001 1100110 0 1000111 110110 1101 101011010 1000110 111000

Color Harmonies of #DD4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4166

Black with #DD4166

Text Example


Text Example

White with #DD4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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