Html Css Color HEX #DA6371 Froly

📋 copy color: '#DA6371'

red 218 ◦ green 99 ◦ blue 113

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

Shades of Froly #DA6371

Tints of Froly #DA6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.02%

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

R = 50.7%
G = 23.02%
B = 26.28%

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

#DA6371 (or 0xDA6371) is known color: Froly. HEX triplet: DA, 63 and 71. RGB value is (218,99,113). Sum of RGB (Red+Green+Blue) = 218+99+113=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6371 is #259C8E. Grayscale: #888888. Windows color (decimal): -2464911 or 7431130. OLE color: 7431130.

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

Color convert

RGB 218 99 113 -
CMYK 0 0.55 0.48 0.15
HSL 352.94º 0.62% 0.62% -
HSV(B) 352.94º 0.55% 0.85% -
XYZ 36.36 25.02 18.54 -
YUV 136.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 218 99 113 0 0.55 0.48 0.15 352.94 0.62 0.62
Hex DA 63 71 0 37 30 F 161 3E 3E
Octal 332 143 161 0 67 60 17 541 76 76
Binary 11011010 1100011 1110001 0 110111 110000 1111 101100001 111110 111110

Color Harmonies of #DA6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6371

Black with #DA6371

Text Example


Text Example

White with #DA6371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6371; }

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

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

background-color css

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

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

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

border-color css

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

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

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