Html Css Color HEX #DF5F6A Froly

📋 copy color: '#DF5F6A'

red 223 ◦ green 95 ◦ blue 106

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

Shades of Froly #DF5F6A

Tints of Froly #DF5F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.41%

 BLUE value IS 106 (41.8% from 255) = 25%

R = 52.59%
G = 22.41%
B = 25%

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

#DF5F6A (or 0xDF5F6A) is known color: Froly. HEX triplet: DF, 5F and 6A. RGB value is (223,95,106). Sum of RGB (Red+Green+Blue) = 223+95+106=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F6A is #20A095. Grayscale: #868686. Windows color (decimal): -2138262 or 6971359. OLE color: 6971359.

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

Color convert

RGB 223 95 106 -
CMYK 0 0.57 0.52 0.13
HSL 354.84º 0.67% 0.62% -
HSV(B) 354.84º 0.57% 0.87% -
XYZ 37.13 24.91 16.49 -
YUV 134.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 223 95 106 0 0.57 0.52 0.13 354.84 0.67 0.62
Hex DF 5F 6A 0 39 34 D 163 43 3E
Octal 337 137 152 0 71 64 15 543 103 76
Binary 11011111 1011111 1101010 0 111001 110100 1101 101100011 1000011 111110

Color Harmonies of #DF5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F6A

Black with #DF5F6A

Text Example


Text Example

White with #DF5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F6A; }

 p { color: rgb(223,95,106); }

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

background-color css

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

 a { background-color: rgb(223,95,106); }

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

border-color css

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

 span { border-color: rgb(223,95,106); }

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