Html Css Color HEX #DF606C Froly

📋 copy color: '#DF606C'

red 223 ◦ green 96 ◦ blue 108

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

Shades of Froly #DF606C

Tints of Froly #DF606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.29%

R = 52.22%
G = 22.48%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF606C (or 0xDF606C) is known color: Froly. HEX triplet: DF, 60 and 6C. RGB value is (223,96,108). Sum of RGB (Red+Green+Blue) = 223+96+108=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF606C is #209F93. Grayscale: #878787. Windows color (decimal): -2138004 or 7102687. OLE color: 7102687.

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

Color convert

RGB 223 96 108 -
CMYK 0 0.57 0.52 0.13
HSL 354.33º 0.66% 0.63% -
HSV(B) 354.33º 0.57% 0.87% -
XYZ 37.32 25.14 17.07 -
YUV 135.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 223 96 108 0 0.57 0.52 0.13 354.33 0.66 0.63
Hex DF 60 6C 0 39 34 D 162 42 3F
Octal 337 140 154 0 71 64 15 542 102 77
Binary 11011111 1100000 1101100 0 111001 110100 1101 101100010 1000010 111111

Color Harmonies of #DF606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF606C

Black with #DF606C

Text Example


Text Example

White with #DF606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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