Html Css Color HEX #DD6868 Roman

📋 copy color: '#DD6868'

red 221 ◦ green 104 ◦ blue 104

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

Shades of Roman #DD6868

Tints of Roman #DD6868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 51.52%
G = 24.24%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD6868 (or 0xDD6868) is known color: Roman. HEX triplet: DD, 68 and 68. RGB value is (221,104,104). Sum of RGB (Red+Green+Blue) = 221+104+104=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6868 is #229797. Grayscale: #8B8B8B. Windows color (decimal): -2267032 or 6842589. OLE color: 6842589.

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

Color convert

RGB 221 104 104 -
CMYK 0 0.53 0.53 0.13
HSL 0.63% 0.64% -
HSV(B) 0.53% 0.87% -
XYZ 37.27 26.27 16.2 -
YUV 138.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 221 104 104 0 0.53 0.53 0.13 0 0.63 0.64
Hex DD 68 68 0 35 35 D 0 3F 40
Octal 335 150 150 0 65 65 15 0 77 100
Binary 11011101 1101000 1101000 0 110101 110101 1101 0 111111 1000000

Color Harmonies of #DD6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6868

Black with #DD6868

Text Example


Text Example

White with #DD6868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6868; }

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

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

background-color css

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

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

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

border-color css

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

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

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