Html Css Color HEX #DD6663 Roman

📋 copy color: '#DD6663'

red 221 ◦ green 102 ◦ blue 99

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

Shades of Roman #DD6663

Tints of Roman #DD6663

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.17%

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

R = 52.37%
G = 24.17%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6663 (or 0xDD6663) is known color: Roman. HEX triplet: DD, 66 and 63. RGB value is (221,102,99). Sum of RGB (Red+Green+Blue) = 221+102+99=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6663 is #22999C. Grayscale: #898989. Windows color (decimal): -2267549 or 6514397. OLE color: 6514397.

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

Color convert

RGB 221 102 99 -
CMYK 0 0.54 0.55 0.13
HSL 1.48º 0.64% 0.63% -
HSV(B) 1.48º 0.55% 0.87% -
XYZ 36.82 25.78 14.84 -
YUV 137.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 221 102 99 0 0.54 0.55 0.13 1.48 0.64 0.63
Hex DD 66 63 0 36 37 D 1 40 3F
Octal 335 146 143 0 66 67 15 1 100 77
Binary 11011101 1100110 1100011 0 110110 110111 1101 1 1000000 111111

Color Harmonies of #DD6663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6663

Black with #DD6663

Text Example


Text Example

White with #DD6663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6663; }

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

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

background-color css

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

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

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

border-color css

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

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

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