Html Css Color HEX #DD635D Roman

📋 copy color: '#DD635D'

red 221 ◦ green 99 ◦ blue 93

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

Shades of Roman #DD635D

Tints of Roman #DD635D

RGB

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

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

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

R = 53.51%
G = 23.97%
B = 22.52%

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

#DD635D (or 0xDD635D) is known color: Roman. HEX triplet: DD, 63 and 5D. RGB value is (221,99,93). Sum of RGB (Red+Green+Blue) = 221+99+93=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD635D is #229CA2. Grayscale: #868686. Windows color (decimal): -2268323 or 6120413. OLE color: 6120413.

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

Color convert

RGB 221 99 93 -
CMYK 0 0.55 0.58 0.13
HSL 2.81º 0.65% 0.62% -
HSV(B) 2.81º 0.58% 0.87% -
XYZ 36.26 25.09 13.29 -
YUV 134.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 221 99 93 0 0.55 0.58 0.13 2.81 0.65 0.62
Hex DD 63 5D 0 37 3A D 3 41 3E
Octal 335 143 135 0 67 72 15 3 101 76
Binary 11011101 1100011 1011101 0 110111 111010 1101 11 1000001 111110

Color Harmonies of #DD635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD635D

Black with #DD635D

Text Example


Text Example

White with #DD635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD635D; }

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

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

background-color css

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

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

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

border-color css

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

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

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