Html Css Color HEX #DF6068 Froly

📋 copy color: '#DF6068'

red 223 ◦ green 96 ◦ blue 104

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

Shades of Froly #DF6068

Tints of Froly #DF6068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 52.72%
G = 22.7%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF6068 (or 0xDF6068) is known color: Froly. HEX triplet: DF, 60 and 68. RGB value is (223,96,104). Sum of RGB (Red+Green+Blue) = 223+96+104=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6068 is #209F97. Grayscale: #868686. Windows color (decimal): -2138008 or 6840543. OLE color: 6840543.

HSL color Cylindrical-coordinate representation of color #DF6068: hue angle of 356.22º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6068 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 104 -
CMYK 0 0.57 0.53 0.13
HSL 356.22º 0.66% 0.63% -
HSV(B) 356.22º 0.57% 0.87% -
XYZ 37.11 25.05 15.98 -
YUV 134.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 223 96 104 0 0.57 0.53 0.13 356.22 0.66 0.63
Hex DF 60 68 0 39 35 D 164 42 3F
Octal 337 140 150 0 71 65 15 544 102 77
Binary 11011111 1100000 1101000 0 111001 110101 1101 101100100 1000010 111111

Color Harmonies of #DF6068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6068

Black with #DF6068

Text Example


Text Example

White with #DF6068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6068; }

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

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

background-color css

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

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

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

border-color css

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

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

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