Html Css Color HEX #DD645D Roman

📋 copy color: '#DD645D'

red 221 ◦ green 100 ◦ blue 93

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

Shades of Roman #DD645D

Tints of Roman #DD645D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 53.38%
G = 24.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD645D (or 0xDD645D) is known color: Roman. HEX triplet: DD, 64 and 5D. RGB value is (221,100,93). Sum of RGB (Red+Green+Blue) = 221+100+93=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD645D is #229BA2. Grayscale: #878787. Windows color (decimal): -2268067 or 6120669. OLE color: 6120669.

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

Color convert

RGB 221 100 93 -
CMYK 0 0.55 0.58 0.13
HSL 3.28º 0.65% 0.62% -
HSV(B) 3.28º 0.58% 0.87% -
XYZ 36.35 25.28 13.32 -
YUV 135.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 221 100 93 0 0.55 0.58 0.13 3.28 0.65 0.62
Hex DD 64 5D 0 37 3A D 3 41 3E
Octal 335 144 135 0 67 72 15 3 101 76
Binary 11011101 1100100 1011101 0 110111 111010 1101 11 1000001 111110

Color Harmonies of #DD645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD645D

Black with #DD645D

Text Example


Text Example

White with #DD645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD645D; }

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

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

background-color css

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

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

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

border-color css

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

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

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