Html Css Color HEX #DD6858 Roman

📋 copy color: '#DD6858'

red 221 ◦ green 104 ◦ blue 88

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

Shades of Roman #DD6858

Tints of Roman #DD6858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

 BLUE value IS 88 (34.77% from 255) = 21.31%

R = 53.51%
G = 25.18%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD6858 (or 0xDD6858) is known color: Roman. HEX triplet: DD, 68 and 58. RGB value is (221,104,88). Sum of RGB (Red+Green+Blue) = 221+104+88=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 88 (34.77% from 255 or 21.31% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6858 is #2297A7. Grayscale: #898989. Windows color (decimal): -2267048 or 5794013. OLE color: 5794013.

HSL color Cylindrical-coordinate representation of color #DD6858: hue angle of 7.22º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD6858 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 88 -
CMYK 0 0.53 0.60 0.13
HSL 7.22º 0.66% 0.61% -
HSV(B) 7.22º 0.6% 0.87% -
XYZ 36.53 25.98 12.32 -
YUV 137.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 221 104 88 0 0.53 0.60 0.13 7.22 0.66 0.61
Hex DD 68 58 0 35 3C D 7 42 3D
Octal 335 150 130 0 65 74 15 7 102 75
Binary 11011101 1101000 1011000 0 110101 111100 1101 111 1000010 111101

Color Harmonies of #DD6858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6858

Black with #DD6858

Text Example


Text Example

White with #DD6858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6858; }

 p { color: rgb(221,104,88); }

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

background-color css

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

 a { background-color: rgb(221,104,88); }

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

border-color css

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

 span { border-color: rgb(221,104,88); }

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