Html Css Color HEX #DA6274 Froly

📋 copy color: '#DA6274'

red 218 ◦ green 98 ◦ blue 116

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

Shades of Froly #DA6274

Tints of Froly #DA6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 50.46%
G = 22.69%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA6274 (or 0xDA6274) is known color: Froly. HEX triplet: DA, 62 and 74. RGB value is (218,98,116). Sum of RGB (Red+Green+Blue) = 218+98+116=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6274 is #259D8B. Grayscale: #878787. Windows color (decimal): -2465164 or 7627482. OLE color: 7627482.

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

Color convert

RGB 218 98 116 -
CMYK 0 0.55 0.47 0.15
HSL 351º 0.62% 0.62% -
HSV(B) 351º 0.55% 0.85% -
XYZ 36.43 24.9 19.41 -
YUV 135.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 218 98 116 0 0.55 0.47 0.15 351 0.62 0.62
Hex DA 62 74 0 37 2F F 15F 3E 3E
Octal 332 142 164 0 67 57 17 537 76 76
Binary 11011010 1100010 1110100 0 110111 101111 1111 101011111 111110 111110

Color Harmonies of #DA6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6274

Black with #DA6274

Text Example


Text Example

White with #DA6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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