Html Css Color HEX #DA637B Froly

📋 copy color: '#DA637B'

red 218 ◦ green 99 ◦ blue 123

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

Shades of Froly #DA637B

Tints of Froly #DA637B

RGB

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

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

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

R = 49.55%
G = 22.5%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA637B (or 0xDA637B) is known color: Froly. HEX triplet: DA, 63 and 7B. RGB value is (218,99,123). Sum of RGB (Red+Green+Blue) = 218+99+123=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA637B is #259C84. Grayscale: #898989. Windows color (decimal): -2464901 or 8086490. OLE color: 8086490.

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

Color convert

RGB 218 99 123 -
CMYK 0 0.55 0.44 0.15
HSL 347.9º 0.62% 0.62% -
HSV(B) 347.9º 0.55% 0.85% -
XYZ 36.95 25.26 21.67 -
YUV 137.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 218 99 123 0 0.55 0.44 0.15 347.9 0.62 0.62
Hex DA 63 7B 0 37 2C F 15C 3E 3E
Octal 332 143 173 0 67 54 17 534 76 76
Binary 11011010 1100011 1111011 0 110111 101100 1111 101011100 111110 111110

Color Harmonies of #DA637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA637B

Black with #DA637B

Text Example


Text Example

White with #DA637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA637B; }

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

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

background-color css

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

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

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

border-color css

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

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

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