Html Css Color HEX #DC625E Roman

📋 copy color: '#DC625E'

red 220 ◦ green 98 ◦ blue 94

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

Shades of Roman #DC625E

Tints of Roman #DC625E

RGB

 RED value IS 220 (86.33% from 255) = 53.4%

 GREEN value IS 98 (38.67% from 255) = 23.79%

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

R = 53.4%
G = 23.79%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC625E (or 0xDC625E) is known color: Roman. HEX triplet: DC, 62 and 5E. RGB value is (220,98,94). Sum of RGB (Red+Green+Blue) = 220+98+94=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC625E is #239DA1. Grayscale: #868686. Windows color (decimal): -2334114 or 6185692. OLE color: 6185692.

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

Color convert

RGB 220 98 94 -
CMYK 0 0.55 0.57 0.14
HSL 1.9º 0.64% 0.62% -
HSV(B) 1.9º 0.57% 0.86% -
XYZ 35.9 24.76 13.48 -
YUV 134.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 220 98 94 0 0.55 0.57 0.14 1.9 0.64 0.62
Hex DC 62 5E 0 37 39 E 2 40 3E
Octal 334 142 136 0 67 71 16 2 100 76
Binary 11011100 1100010 1011110 0 110111 111001 1110 10 1000000 111110

Color Harmonies of #DC625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC625E

Black with #DC625E

Text Example


Text Example

White with #DC625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC625E; }

 p { color: rgb(220,98,94); }

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

background-color css

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

 a { background-color: rgb(220,98,94); }

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

border-color css

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

 span { border-color: rgb(220,98,94); }

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