Html Css Color HEX #DA636E Froly

📋 copy color: '#DA636E'

red 218 ◦ green 99 ◦ blue 110

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

Shades of Froly #DA636E

Tints of Froly #DA636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.76%

R = 51.05%
G = 23.19%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA636E (or 0xDA636E) is known color: Froly. HEX triplet: DA, 63 and 6E. RGB value is (218,99,110). Sum of RGB (Red+Green+Blue) = 218+99+110=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA636E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA636E is #259C91. Grayscale: #878787. Windows color (decimal): -2464914 or 7234522. OLE color: 7234522.

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

Color convert

RGB 218 99 110 -
CMYK 0 0.55 0.50 0.15
HSL 354.45º 0.62% 0.62% -
HSV(B) 354.45º 0.55% 0.85% -
XYZ 36.19 24.95 17.66 -
YUV 135.84 113.42 186.61 -
System Red Green Blue C M Y K H S L
Decimal 218 99 110 0 0.55 0.50 0.15 354.45 0.62 0.62
Hex DA 63 6E 0 37 32 F 162 3E 3E
Octal 332 143 156 0 67 62 17 542 76 76
Binary 11011010 1100011 1101110 0 110111 110010 1111 101100010 111110 111110

Color Harmonies of #DA636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA636E

Black with #DA636E

Text Example


Text Example

White with #DA636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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