Html Css Color HEX #DA6073 Froly

📋 copy color: '#DA6073'

red 218 ◦ green 96 ◦ blue 115

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

Shades of Froly #DA6073

Tints of Froly #DA6073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 50.82%
G = 22.38%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA6073 (or 0xDA6073) is known color: Froly. HEX triplet: DA, 60 and 73. RGB value is (218,96,115). Sum of RGB (Red+Green+Blue) = 218+96+115=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6073 is #259F8C. Grayscale: #868686. Windows color (decimal): -2465677 or 7561434. OLE color: 7561434.

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

Color convert

RGB 218 96 115 -
CMYK 0 0.56 0.47 0.15
HSL 350.66º 0.62% 0.62% -
HSV(B) 350.66º 0.56% 0.85% -
XYZ 36.19 24.51 19.04 -
YUV 134.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 218 96 115 0 0.56 0.47 0.15 350.66 0.62 0.62
Hex DA 60 73 0 38 2F F 15F 3E 3E
Octal 332 140 163 0 70 57 17 537 76 76
Binary 11011010 1100000 1110011 0 111000 101111 1111 101011111 111110 111110

Color Harmonies of #DA6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6073

Black with #DA6073

Text Example


Text Example

White with #DA6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6073; }

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

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

background-color css

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

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

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

border-color css

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

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

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