Html Css Color HEX #DD4163 Cerise

📋 copy color: '#DD4163'

red 221 ◦ green 65 ◦ blue 99

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

Shades of Cerise #DD4163

Tints of Cerise #DD4163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 57.4%
G = 16.88%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD4163 (or 0xDD4163) is known color: Cerise. HEX triplet: DD, 41 and 63. RGB value is (221,65,99). Sum of RGB (Red+Green+Blue) = 221+65+99=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4163 is #22BE9C. Grayscale: #737373. Windows color (decimal): -2277021 or 6504925. OLE color: 6504925.

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

Color convert

RGB 221 65 99 -
CMYK 0 0.71 0.55 0.13
HSL 346.92º 0.7% 0.56% -
HSV(B) 346.92º 0.71% 0.87% -
XYZ 33.96 20.05 13.89 -
YUV 115.52 118.68 203.24 -
System Red Green Blue C M Y K H S L
Decimal 221 65 99 0 0.71 0.55 0.13 346.92 0.7 0.56
Hex DD 41 63 0 47 37 D 15B 46 38
Octal 335 101 143 0 107 67 15 533 106 70
Binary 11011101 1000001 1100011 0 1000111 110111 1101 101011011 1000110 111000

Color Harmonies of #DD4163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4163

Black with #DD4163

Text Example


Text Example

White with #DD4163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4163; }

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

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

background-color css

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

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

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

border-color css

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

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

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