Html Css Color HEX #DF606F Froly

📋 copy color: '#DF606F'

red 223 ◦ green 96 ◦ blue 111

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

Shades of Froly #DF606F

Tints of Froly #DF606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 51.86%
G = 22.33%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF606F (or 0xDF606F) is known color: Froly. HEX triplet: DF, 60 and 6F. RGB value is (223,96,111). Sum of RGB (Red+Green+Blue) = 223+96+111=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF606F is #209F90. Grayscale: #878787. Windows color (decimal): -2138001 or 7299295. OLE color: 7299295.

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

Color convert

RGB 223 96 111 -
CMYK 0 0.57 0.50 0.13
HSL 352.91º 0.66% 0.63% -
HSV(B) 352.91º 0.57% 0.87% -
XYZ 37.48 25.2 17.93 -
YUV 135.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 223 96 111 0 0.57 0.50 0.13 352.91 0.66 0.63
Hex DF 60 6F 0 39 32 D 161 42 3F
Octal 337 140 157 0 71 62 15 541 102 77
Binary 11011111 1100000 1101111 0 111001 110010 1101 101100001 1000010 111111

Color Harmonies of #DF606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF606F

Black with #DF606F

Text Example


Text Example

White with #DF606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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