Html Css Color HEX #DA6369 Froly

📋 copy color: '#DA6369'

red 218 ◦ green 99 ◦ blue 105

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

Shades of Froly #DA6369

Tints of Froly #DA6369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 51.66%
G = 23.46%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA6369 (or 0xDA6369) is known color: Froly. HEX triplet: DA, 63 and 69. RGB value is (218,99,105). Sum of RGB (Red+Green+Blue) = 218+99+105=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6369 is #259C96. Grayscale: #878787. Windows color (decimal): -2464919 or 6906842. OLE color: 6906842.

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

Color convert

RGB 218 99 105 -
CMYK 0 0.55 0.52 0.15
HSL 356.97º 0.62% 0.62% -
HSV(B) 356.97º 0.55% 0.85% -
XYZ 35.93 24.85 16.27 -
YUV 135.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 218 99 105 0 0.55 0.52 0.15 356.97 0.62 0.62
Hex DA 63 69 0 37 34 F 165 3E 3E
Octal 332 143 151 0 67 64 17 545 76 76
Binary 11011010 1100011 1101001 0 110111 110100 1111 101100101 111110 111110

Color Harmonies of #DA6369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6369

Black with #DA6369

Text Example


Text Example

White with #DA6369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6369; }

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

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

background-color css

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

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

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

border-color css

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

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

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