Html Css Color HEX #DA6271 Froly

📋 copy color: '#DA6271'

red 218 ◦ green 98 ◦ blue 113

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

Shades of Froly #DA6271

Tints of Froly #DA6271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 50.82%
G = 22.84%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6271 (or 0xDA6271) is known color: Froly. HEX triplet: DA, 62 and 71. RGB value is (218,98,113). Sum of RGB (Red+Green+Blue) = 218+98+113=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6271 is #259D8E. Grayscale: #878787. Windows color (decimal): -2465167 or 7430874. OLE color: 7430874.

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

Color convert

RGB 218 98 113 -
CMYK 0 0.55 0.48 0.15
HSL 352.5º 0.62% 0.62% -
HSV(B) 352.5º 0.55% 0.85% -
XYZ 36.26 24.83 18.5 -
YUV 135.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 218 98 113 0 0.55 0.48 0.15 352.5 0.62 0.62
Hex DA 62 71 0 37 30 F 160 3E 3E
Octal 332 142 161 0 67 60 17 540 76 76
Binary 11011010 1100010 1110001 0 110111 110000 1111 101100000 111110 111110

Color Harmonies of #DA6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6271

Black with #DA6271

Text Example


Text Example

White with #DA6271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6271; }

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

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

background-color css

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

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

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

border-color css

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

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

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