Html Css Color HEX #DC625C Roman

📋 copy color: '#DC625C'

red 220 ◦ green 98 ◦ blue 92

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

Shades of Roman #DC625C

Tints of Roman #DC625C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 53.66%
G = 23.9%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC625C (or 0xDC625C) is known color: Roman. HEX triplet: DC, 62 and 5C. RGB value is (220,98,92). Sum of RGB (Red+Green+Blue) = 220+98+92=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC625C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC625C is #239DA3. Grayscale: #858585. Windows color (decimal): -2334116 or 6054620. OLE color: 6054620.

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

Color convert

RGB 220 98 92 -
CMYK 0 0.55 0.58 0.14
HSL 2.81º 0.65% 0.61% -
HSV(B) 2.81º 0.58% 0.86% -
XYZ 35.81 24.72 13.01 -
YUV 133.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 220 98 92 0 0.55 0.58 0.14 2.81 0.65 0.61
Hex DC 62 5C 0 37 3A E 3 41 3D
Octal 334 142 134 0 67 72 16 3 101 75
Binary 11011100 1100010 1011100 0 110111 111010 1110 11 1000001 111101

Color Harmonies of #DC625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC625C

Black with #DC625C

Text Example


Text Example

White with #DC625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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