Html Css Color HEX #DD6564 Roman

📋 copy color: '#DD6564'

red 221 ◦ green 101 ◦ blue 100

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

Shades of Roman #DD6564

Tints of Roman #DD6564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.93%

 BLUE value IS 100 (39.45% from 255) = 23.7%

R = 52.37%
G = 23.93%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD6564 (or 0xDD6564) is known color: Roman. HEX triplet: DD, 65 and 64. RGB value is (221,101,100). Sum of RGB (Red+Green+Blue) = 221+101+100=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6564 is #229A9B. Grayscale: #888888. Windows color (decimal): -2267804 or 6579677. OLE color: 6579677.

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

Color convert

RGB 221 101 100 -
CMYK 0 0.54 0.55 0.13
HSL 0.5º 0.64% 0.63% -
HSV(B) 0.5º 0.55% 0.87% -
XYZ 36.77 25.6 15.06 -
YUV 136.77 107.26 188.08 -
System Red Green Blue C M Y K H S L
Decimal 221 101 100 0 0.54 0.55 0.13 0.5 0.64 0.63
Hex DD 65 64 0 36 37 D 0 40 3F
Octal 335 145 144 0 66 67 15 0 100 77
Binary 11011101 1100101 1100100 0 110110 110111 1101 0 1000000 111111

Color Harmonies of #DD6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6564

Black with #DD6564

Text Example


Text Example

White with #DD6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6564; }

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

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

background-color css

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

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

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

border-color css

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

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

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