Html Css Color HEX #DD6661 Roman

📋 copy color: '#DD6661'

red 221 ◦ green 102 ◦ blue 97

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

Shades of Roman #DD6661

Tints of Roman #DD6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 52.62%
G = 24.29%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6661 (or 0xDD6661) is known color: Roman. HEX triplet: DD, 66 and 61. RGB value is (221,102,97). Sum of RGB (Red+Green+Blue) = 221+102+97=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6661 is #22999E. Grayscale: #898989. Windows color (decimal): -2267551 or 6383325. OLE color: 6383325.

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

Color convert

RGB 221 102 97 -
CMYK 0 0.54 0.56 0.13
HSL 2.42º 0.65% 0.62% -
HSV(B) 2.42º 0.56% 0.87% -
XYZ 36.73 25.74 14.34 -
YUV 137.01 105.42 187.91 -
System Red Green Blue C M Y K H S L
Decimal 221 102 97 0 0.54 0.56 0.13 2.42 0.65 0.62
Hex DD 66 61 0 36 38 D 2 41 3E
Octal 335 146 141 0 66 70 15 2 101 76
Binary 11011101 1100110 1100001 0 110110 111000 1101 10 1000001 111110

Color Harmonies of #DD6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6661

Black with #DD6661

Text Example


Text Example

White with #DD6661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6661; }

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

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

background-color css

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

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

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

border-color css

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

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

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