Html Css Color HEX #DD6461 Roman

📋 copy color: '#DD6461'

red 221 ◦ green 100 ◦ blue 97

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

Shades of Roman #DD6461

Tints of Roman #DD6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.92%

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

R = 52.87%
G = 23.92%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD6461 (or 0xDD6461) is known color: Roman. HEX triplet: DD, 64 and 61. RGB value is (221,100,97). Sum of RGB (Red+Green+Blue) = 221+100+97=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6461 is #229B9E. Grayscale: #878787. Windows color (decimal): -2268063 or 6382813. OLE color: 6382813.

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

Color convert

RGB 221 100 97 -
CMYK 0 0.55 0.56 0.13
HSL 1.45º 0.65% 0.62% -
HSV(B) 1.45º 0.56% 0.87% -
XYZ 36.53 25.35 14.28 -
YUV 135.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 221 100 97 0 0.55 0.56 0.13 1.45 0.65 0.62
Hex DD 64 61 0 37 38 D 1 41 3E
Octal 335 144 141 0 67 70 15 1 101 76
Binary 11011101 1100100 1100001 0 110111 111000 1101 1 1000001 111110

Color Harmonies of #DD6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6461

Black with #DD6461

Text Example


Text Example

White with #DD6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6461; }

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

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

background-color css

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

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

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

border-color css

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

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

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