Html Css Color HEX #DD6261 Roman

📋 copy color: '#DD6261'

red 221 ◦ green 98 ◦ blue 97

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

Shades of Roman #DD6261

Tints of Roman #DD6261

RGB

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

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

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

R = 53.13%
G = 23.56%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6261 (or 0xDD6261) is known color: Roman. HEX triplet: DD, 62 and 61. RGB value is (221,98,97). Sum of RGB (Red+Green+Blue) = 221+98+97=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6261 is #229D9E. Grayscale: #868686. Windows color (decimal): -2268575 or 6382301. OLE color: 6382301.

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

Color convert

RGB 221 98 97 -
CMYK 0 0.56 0.56 0.13
HSL 0.48º 0.65% 0.62% -
HSV(B) 0.48º 0.56% 0.87% -
XYZ 36.34 24.97 14.21 -
YUV 134.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 221 98 97 0 0.56 0.56 0.13 0.48 0.65 0.62
Hex DD 62 61 0 38 38 D 0 41 3E
Octal 335 142 141 0 70 70 15 0 101 76
Binary 11011101 1100010 1100001 0 111000 111000 1101 0 1000001 111110

Color Harmonies of #DD6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6261

Black with #DD6261

Text Example


Text Example

White with #DD6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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