Html Css Color HEX #DA6275 Froly

📋 copy color: '#DA6275'

red 218 ◦ green 98 ◦ blue 117

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

Shades of Froly #DA6275

Tints of Froly #DA6275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.63%

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

R = 50.35%
G = 22.63%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA6275 (or 0xDA6275) is known color: Froly. HEX triplet: DA, 62 and 75. RGB value is (218,98,117). Sum of RGB (Red+Green+Blue) = 218+98+117=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6275 is #259D8A. Grayscale: #888888. Windows color (decimal): -2465163 or 7693018. OLE color: 7693018.

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

Color convert

RGB 218 98 117 -
CMYK 0 0.55 0.46 0.15
HSL 350.5º 0.62% 0.62% -
HSV(B) 350.5º 0.55% 0.85% -
XYZ 36.49 24.93 19.72 -
YUV 136.05 117.26 186.46 -
System Red Green Blue C M Y K H S L
Decimal 218 98 117 0 0.55 0.46 0.15 350.5 0.62 0.62
Hex DA 62 75 0 37 2E F 15E 3E 3E
Octal 332 142 165 0 67 56 17 536 76 76
Binary 11011010 1100010 1110101 0 110111 101110 1111 101011110 111110 111110

Color Harmonies of #DA6275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6275

Black with #DA6275

Text Example


Text Example

White with #DA6275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6275; }

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

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

background-color css

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

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

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

border-color css

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

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

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