Html Css Color HEX #DA636A Froly

📋 copy color: '#DA636A'

red 218 ◦ green 99 ◦ blue 106

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

Shades of Froly #DA636A

Tints of Froly #DA636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 51.54%
G = 23.4%
B = 25.06%

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

#DA636A (or 0xDA636A) is known color: Froly. HEX triplet: DA, 63 and 6A. RGB value is (218,99,106). Sum of RGB (Red+Green+Blue) = 218+99+106=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA636A is #259C95. Grayscale: #878787. Windows color (decimal): -2464918 or 6972378. OLE color: 6972378.

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

Color convert

RGB 218 99 106 -
CMYK 0 0.55 0.51 0.15
HSL 356.47º 0.62% 0.62% -
HSV(B) 356.47º 0.55% 0.85% -
XYZ 35.98 24.87 16.54 -
YUV 135.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 218 99 106 0 0.55 0.51 0.15 356.47 0.62 0.62
Hex DA 63 6A 0 37 33 F 164 3E 3E
Octal 332 143 152 0 67 63 17 544 76 76
Binary 11011010 1100011 1101010 0 110111 110011 1111 101100100 111110 111110

Color Harmonies of #DA636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA636A

Black with #DA636A

Text Example


Text Example

White with #DA636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA636A; }

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

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

background-color css

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

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

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

border-color css

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

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

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