Html Css Color HEX #DC6074 Froly

📋 copy color: '#DC6074'

red 220 ◦ green 96 ◦ blue 116

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

Shades of Froly #DC6074

Tints of Froly #DC6074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 50.93%
G = 22.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC6074 (or 0xDC6074) is known color: Froly. HEX triplet: DC, 60 and 74. RGB value is (220,96,116). Sum of RGB (Red+Green+Blue) = 220+96+116=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6074 is #239F8B. Grayscale: #878787. Windows color (decimal): -2334604 or 7626972. OLE color: 7626972.

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

Color convert

RGB 220 96 116 -
CMYK 0 0.56 0.47 0.14
HSL 350.32º 0.64% 0.62% -
HSV(B) 350.32º 0.56% 0.86% -
XYZ 36.85 24.84 19.38 -
YUV 135.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 220 96 116 0 0.56 0.47 0.14 350.32 0.64 0.62
Hex DC 60 74 0 38 2F E 15E 40 3E
Octal 334 140 164 0 70 57 16 536 100 76
Binary 11011100 1100000 1110100 0 111000 101111 1110 101011110 1000000 111110

Color Harmonies of #DC6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6074

Black with #DC6074

Text Example


Text Example

White with #DC6074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6074; }

 p { color: rgb(220,96,116); }

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

background-color css

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

 a { background-color: rgb(220,96,116); }

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

border-color css

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

 span { border-color: rgb(220,96,116); }

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