Html Css Color HEX #DD635E Roman

📋 copy color: '#DD635E'

red 221 ◦ green 99 ◦ blue 94

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

Shades of Roman #DD635E

Tints of Roman #DD635E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 53.38%
G = 23.91%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD635E (or 0xDD635E) is known color: Roman. HEX triplet: DD, 63 and 5E. RGB value is (221,99,94). Sum of RGB (Red+Green+Blue) = 221+99+94=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635E is #229CA1. Grayscale: #878787. Windows color (decimal): -2268322 or 6185949. OLE color: 6185949.

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

Color convert

RGB 221 99 94 -
CMYK 0 0.55 0.57 0.13
HSL 2.36º 0.65% 0.62% -
HSV(B) 2.36º 0.57% 0.87% -
XYZ 36.3 25.1 13.52 -
YUV 134.91 104.92 189.41 -
System Red Green Blue C M Y K H S L
Decimal 221 99 94 0 0.55 0.57 0.13 2.36 0.65 0.62
Hex DD 63 5E 0 37 39 D 2 41 3E
Octal 335 143 136 0 67 71 15 2 101 76
Binary 11011101 1100011 1011110 0 110111 111001 1101 10 1000001 111110

Color Harmonies of #DD635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD635E

Black with #DD635E

Text Example


Text Example

White with #DD635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD635E; }

 p { color: rgb(221,99,94); }

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

background-color css

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

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

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

border-color css

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

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

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