Html Css Color HEX #DA6071 Froly

📋 copy color: '#DA6071'

red 218 ◦ green 96 ◦ blue 113

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

Shades of Froly #DA6071

Tints of Froly #DA6071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 51.05%
G = 22.48%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6071 (or 0xDA6071) is known color: Froly. HEX triplet: DA, 60 and 71. RGB value is (218,96,113). Sum of RGB (Red+Green+Blue) = 218+96+113=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6071 is #259F8E. Grayscale: #868686. Windows color (decimal): -2465679 or 7430362. OLE color: 7430362.

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

Color convert

RGB 218 96 113 -
CMYK 0 0.56 0.48 0.15
HSL 351.64º 0.62% 0.62% -
HSV(B) 351.64º 0.56% 0.85% -
XYZ 36.08 24.46 18.44 -
YUV 134.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 218 96 113 0 0.56 0.48 0.15 351.64 0.62 0.62
Hex DA 60 71 0 38 30 F 160 3E 3E
Octal 332 140 161 0 70 60 17 540 76 76
Binary 11011010 1100000 1110001 0 111000 110000 1111 101100000 111110 111110

Color Harmonies of #DA6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6071

Black with #DA6071

Text Example


Text Example

White with #DA6071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6071; }

 p { color: rgb(218,96,113); }

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

background-color css

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

 a { background-color: rgb(218,96,113); }

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

border-color css

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

 span { border-color: rgb(218,96,113); }

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