Html Css Color HEX #DF605E Roman

📋 copy color: '#DF605E'

red 223 ◦ green 96 ◦ blue 94

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

Shades of Roman #DF605E

Tints of Roman #DF605E

RGB

 RED value IS 223 (87.5% from 255) = 54%

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 54%
G = 23.24%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF605E (or 0xDF605E) is known color: Roman. HEX triplet: DF, 60 and 5E. RGB value is (223,96,94). Sum of RGB (Red+Green+Blue) = 223+96+94=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF605E is #209FA1. Grayscale: #858585. Windows color (decimal): -2138018 or 6185183. OLE color: 6185183.

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

Color convert

RGB 223 96 94 -
CMYK 0 0.57 0.58 0.13
HSL 0.93º 0.67% 0.62% -
HSV(B) 0.93º 0.58% 0.87% -
XYZ 36.63 24.86 13.46 -
YUV 133.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 223 96 94 0 0.57 0.58 0.13 0.93 0.67 0.62
Hex DF 60 5E 0 39 3A D 1 43 3E
Octal 337 140 136 0 71 72 15 1 103 76
Binary 11011111 1100000 1011110 0 111001 111010 1101 1 1000011 111110

Color Harmonies of #DF605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF605E

Black with #DF605E

Text Example


Text Example

White with #DF605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF605E; }

 p { color: rgb(223,96,94); }

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

background-color css

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

 a { background-color: rgb(223,96,94); }

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

border-color css

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

 span { border-color: rgb(223,96,94); }

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