Html Css Color HEX #DA5F68 Froly

📋 copy color: '#DA5F68'

red 218 ◦ green 95 ◦ blue 104

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

Shades of Froly #DA5F68

Tints of Froly #DA5F68

RGB

 RED value IS 218 (85.55% from 255) = 52.28%

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

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 52.28%
G = 22.78%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA5F68 (or 0xDA5F68) is known color: Froly. HEX triplet: DA, 5F and 68. RGB value is (218,95,104). Sum of RGB (Red+Green+Blue) = 218+95+104=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F68 is #25A097. Grayscale: #848484. Windows color (decimal): -2465944 or 6840282. OLE color: 6840282.

HSL color Cylindrical-coordinate representation of color #DA5F68: hue angle of 355.61º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5F68 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 95 104 -
CMYK 0 0.56 0.52 0.15
HSL 355.61º 0.62% 0.61% -
HSV(B) 355.61º 0.56% 0.85% -
XYZ 35.5 24.09 15.88 -
YUV 132.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 218 95 104 0 0.56 0.52 0.15 355.61 0.62 0.61
Hex DA 5F 68 0 38 34 F 164 3E 3D
Octal 332 137 150 0 70 64 17 544 76 75
Binary 11011010 1011111 1101000 0 111000 110100 1111 101100100 111110 111101

Color Harmonies of #DA5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F68

Black with #DA5F68

Text Example


Text Example

White with #DA5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F68; }

 p { color: rgb(218,95,104); }

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

background-color css

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

 a { background-color: rgb(218,95,104); }

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

border-color css

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

 span { border-color: rgb(218,95,104); }

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