Html Css Color HEX #DD6260 Roman

📋 copy color: '#DD6260'

red 221 ◦ green 98 ◦ blue 96

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

Shades of Roman #DD6260

Tints of Roman #DD6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.61%

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 53.25%
G = 23.61%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD6260 (or 0xDD6260) is known color: Roman. HEX triplet: DD, 62 and 60. RGB value is (221,98,96). Sum of RGB (Red+Green+Blue) = 221+98+96=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6260 is #229D9F. Grayscale: #868686. Windows color (decimal): -2268576 or 6316765. OLE color: 6316765.

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

Color convert

RGB 221 98 96 -
CMYK 0 0.56 0.57 0.13
HSL 0.96º 0.65% 0.62% -
HSV(B) 0.96º 0.57% 0.87% -
XYZ 36.3 24.95 13.97 -
YUV 134.55 106.25 189.66 -
System Red Green Blue C M Y K H S L
Decimal 221 98 96 0 0.56 0.57 0.13 0.96 0.65 0.62
Hex DD 62 60 0 38 39 D 1 41 3E
Octal 335 142 140 0 70 71 15 1 101 76
Binary 11011101 1100010 1100000 0 111000 111001 1101 1 1000001 111110

Color Harmonies of #DD6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6260

Black with #DD6260

Text Example


Text Example

White with #DD6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6260; }

 p { color: rgb(221,98,96); }

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

background-color css

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

 a { background-color: rgb(221,98,96); }

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

border-color css

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

 span { border-color: rgb(221,98,96); }

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