Html Css Color HEX #DA636F Froly

📋 copy color: '#DA636F'

red 218 ◦ green 99 ◦ blue 111

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

Shades of Froly #DA636F

Tints of Froly #DA636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.93%

R = 50.93%
G = 23.13%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA636F (or 0xDA636F) is known color: Froly. HEX triplet: DA, 63 and 6F. RGB value is (218,99,111). Sum of RGB (Red+Green+Blue) = 218+99+111=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA636F is #259C90. Grayscale: #888888. Windows color (decimal): -2464913 or 7300058. OLE color: 7300058.

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

Color convert

RGB 218 99 111 -
CMYK 0 0.55 0.49 0.15
HSL 353.95º 0.62% 0.62% -
HSV(B) 353.95º 0.55% 0.85% -
XYZ 36.24 24.98 17.95 -
YUV 135.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 218 99 111 0 0.55 0.49 0.15 353.95 0.62 0.62
Hex DA 63 6F 0 37 31 F 162 3E 3E
Octal 332 143 157 0 67 61 17 542 76 76
Binary 11011010 1100011 1101111 0 110111 110001 1111 101100010 111110 111110

Color Harmonies of #DA636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA636F

Black with #DA636F

Text Example


Text Example

White with #DA636F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA636F; }

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

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

background-color css

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

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

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

border-color css

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

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

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