Html Css Color HEX #DD6664 Roman

📋 copy color: '#DD6664'

red 221 ◦ green 102 ◦ blue 100

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

Shades of Roman #DD6664

Tints of Roman #DD6664

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 52.25%
G = 24.11%
B = 23.64%

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

#DD6664 (or 0xDD6664) is known color: Roman. HEX triplet: DD, 66 and 64. RGB value is (221,102,100). Sum of RGB (Red+Green+Blue) = 221+102+100=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6664 is #22999B. Grayscale: #898989. Windows color (decimal): -2267548 or 6579933. OLE color: 6579933.

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

Color convert

RGB 221 102 100 -
CMYK 0 0.54 0.55 0.13
HSL 0.99º 0.64% 0.63% -
HSV(B) 0.99º 0.55% 0.87% -
XYZ 36.87 25.79 15.09 -
YUV 137.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 221 102 100 0 0.54 0.55 0.13 0.99 0.64 0.63
Hex DD 66 64 0 36 37 D 1 40 3F
Octal 335 146 144 0 66 67 15 1 100 77
Binary 11011101 1100110 1100100 0 110110 110111 1101 1 1000000 111111

Color Harmonies of #DD6664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6664

Black with #DD6664

Text Example


Text Example

White with #DD6664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6664; }

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

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

background-color css

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

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

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

border-color css

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

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

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