Html Css Color HEX #DF606B Froly

📋 copy color: '#DF606B'

red 223 ◦ green 96 ◦ blue 107

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

Shades of Froly #DF606B

Tints of Froly #DF606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 52.35%
G = 22.54%
B = 25.12%

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

#DF606B (or 0xDF606B) is known color: Froly. HEX triplet: DF, 60 and 6B. RGB value is (223,96,107). Sum of RGB (Red+Green+Blue) = 223+96+107=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF606B is #209F94. Grayscale: #878787. Windows color (decimal): -2138005 or 7037151. OLE color: 7037151.

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

Color convert

RGB 223 96 107 -
CMYK 0 0.57 0.52 0.13
HSL 354.8º 0.66% 0.63% -
HSV(B) 354.8º 0.57% 0.87% -
XYZ 37.27 25.12 16.79 -
YUV 135.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 223 96 107 0 0.57 0.52 0.13 354.8 0.66 0.63
Hex DF 60 6B 0 39 34 D 163 42 3F
Octal 337 140 153 0 71 64 15 543 102 77
Binary 11011111 1100000 1101011 0 111001 110100 1101 101100011 1000010 111111

Color Harmonies of #DF606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF606B

Black with #DF606B

Text Example


Text Example

White with #DF606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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