Html Css Color HEX #DA636B Froly

📋 copy color: '#DA636B'

red 218 ◦ green 99 ◦ blue 107

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

Shades of Froly #DA636B

Tints of Froly #DA636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 51.42%
G = 23.35%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA636B (or 0xDA636B) is known color: Froly. HEX triplet: DA, 63 and 6B. RGB value is (218,99,107). Sum of RGB (Red+Green+Blue) = 218+99+107=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA636B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA636B is #259C94. Grayscale: #878787. Windows color (decimal): -2464917 or 7037914. OLE color: 7037914.

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

Color convert

RGB 218 99 107 -
CMYK 0 0.55 0.51 0.15
HSL 355.97º 0.62% 0.62% -
HSV(B) 355.97º 0.55% 0.85% -
XYZ 36.03 24.89 16.82 -
YUV 135.49 111.92 186.85 -
System Red Green Blue C M Y K H S L
Decimal 218 99 107 0 0.55 0.51 0.15 355.97 0.62 0.62
Hex DA 63 6B 0 37 33 F 164 3E 3E
Octal 332 143 153 0 67 63 17 544 76 76
Binary 11011010 1100011 1101011 0 110111 110011 1111 101100100 111110 111110

Color Harmonies of #DA636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA636B

Black with #DA636B

Text Example


Text Example

White with #DA636B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA636B; }

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

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

background-color css

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

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

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

border-color css

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

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

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