Html Css Color HEX #DF616B Froly

📋 copy color: '#DF616B'

red 223 ◦ green 97 ◦ blue 107

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

Shades of Froly #DF616B

Tints of Froly #DF616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.72%

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

R = 52.22%
G = 22.72%
B = 25.06%

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

#DF616B (or 0xDF616B) is known color: Froly. HEX triplet: DF, 61 and 6B. RGB value is (223,97,107). Sum of RGB (Red+Green+Blue) = 223+97+107=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF616B is #209E94. Grayscale: #878787. Windows color (decimal): -2137749 or 7037407. OLE color: 7037407.

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

Color convert

RGB 223 97 107 -
CMYK 0 0.57 0.52 0.13
HSL 355.24º 0.66% 0.63% -
HSV(B) 355.24º 0.57% 0.87% -
XYZ 37.36 25.3 16.82 -
YUV 135.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 223 97 107 0 0.57 0.52 0.13 355.24 0.66 0.63
Hex DF 61 6B 0 39 34 D 163 42 3F
Octal 337 141 153 0 71 64 15 543 102 77
Binary 11011111 1100001 1101011 0 111001 110100 1101 101100011 1000010 111111

Color Harmonies of #DF616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF616B

Black with #DF616B

Text Example


Text Example

White with #DF616B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF616B; }

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

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

background-color css

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

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

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

border-color css

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

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

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