Html Css Color HEX #DA647B Froly

📋 copy color: '#DA647B'

red 218 ◦ green 100 ◦ blue 123

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

Shades of Froly #DA647B

Tints of Froly #DA647B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.68%

 BLUE value IS 123 (48.44% from 255) = 27.89%

R = 49.43%
G = 22.68%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA647B (or 0xDA647B) is known color: Froly. HEX triplet: DA, 64 and 7B. RGB value is (218,100,123). Sum of RGB (Red+Green+Blue) = 218+100+123=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA647B is #259B84. Grayscale: #898989. Windows color (decimal): -2464645 or 8086746. OLE color: 8086746.

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

Color convert

RGB 218 100 123 -
CMYK 0 0.54 0.44 0.15
HSL 348.31º 0.61% 0.62% -
HSV(B) 348.31º 0.54% 0.85% -
XYZ 37.05 25.45 21.7 -
YUV 137.9 119.59 185.13 -
System Red Green Blue C M Y K H S L
Decimal 218 100 123 0 0.54 0.44 0.15 348.31 0.61 0.62
Hex DA 64 7B 0 36 2C F 15C 3D 3E
Octal 332 144 173 0 66 54 17 534 75 76
Binary 11011010 1100100 1111011 0 110110 101100 1111 101011100 111101 111110

Color Harmonies of #DA647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA647B

Black with #DA647B

Text Example


Text Example

White with #DA647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA647B; }

 p { color: rgb(218,100,123); }

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

background-color css

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

 a { background-color: rgb(218,100,123); }

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

border-color css

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

 span { border-color: rgb(218,100,123); }

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