Html Css Color HEX #DA6070 Froly

📋 copy color: '#DA6070'

red 218 ◦ green 96 ◦ blue 112

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

Shades of Froly #DA6070

Tints of Froly #DA6070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 51.17%
G = 22.54%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA6070 (or 0xDA6070) is known color: Froly. HEX triplet: DA, 60 and 70. RGB value is (218,96,112). Sum of RGB (Red+Green+Blue) = 218+96+112=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6070 is #259F8F. Grayscale: #868686. Windows color (decimal): -2465680 or 7364826. OLE color: 7364826.

HSL color Cylindrical-coordinate representation of color #DA6070: hue angle of 352.13º 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 #DA6070 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 112 -
CMYK 0 0.56 0.49 0.15
HSL 352.13º 0.62% 0.62% -
HSV(B) 352.13º 0.56% 0.85% -
XYZ 36.02 24.44 18.15 -
YUV 134.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 218 96 112 0 0.56 0.49 0.15 352.13 0.62 0.62
Hex DA 60 70 0 38 31 F 160 3E 3E
Octal 332 140 160 0 70 61 17 540 76 76
Binary 11011010 1100000 1110000 0 111000 110001 1111 101100000 111110 111110

Color Harmonies of #DA6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6070

Black with #DA6070

Text Example


Text Example

White with #DA6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6070; }

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

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

background-color css

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

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

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

border-color css

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

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

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