Html Css Color HEX #DA6075 Froly

📋 copy color: '#DA6075'

red 218 ◦ green 96 ◦ blue 117

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

Shades of Froly #DA6075

Tints of Froly #DA6075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 50.58%
G = 22.27%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6075 (or 0xDA6075) is known color: Froly. HEX triplet: DA, 60 and 75. RGB value is (218,96,117). Sum of RGB (Red+Green+Blue) = 218+96+117=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6075 is #259F8A. Grayscale: #868686. Windows color (decimal): -2465675 or 7692506. OLE color: 7692506.

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

Color convert

RGB 218 96 117 -
CMYK 0 0.56 0.46 0.15
HSL 349.67º 0.62% 0.62% -
HSV(B) 349.67º 0.56% 0.85% -
XYZ 36.31 24.56 19.66 -
YUV 134.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 218 96 117 0 0.56 0.46 0.15 349.67 0.62 0.62
Hex DA 60 75 0 38 2E F 15E 3E 3E
Octal 332 140 165 0 70 56 17 536 76 76
Binary 11011010 1100000 1110101 0 111000 101110 1111 101011110 111110 111110

Color Harmonies of #DA6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6075

Black with #DA6075

Text Example


Text Example

White with #DA6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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