Html Css Color HEX #DA6268 Froly

📋 copy color: '#DA6268'

red 218 ◦ green 98 ◦ blue 104

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

Shades of Froly #DA6268

Tints of Froly #DA6268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.33%

 BLUE value IS 104 (41.02% from 255) = 24.76%

R = 51.9%
G = 23.33%
B = 24.76%

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

#DA6268 (or 0xDA6268) is known color: Froly. HEX triplet: DA, 62 and 68. RGB value is (218,98,104). Sum of RGB (Red+Green+Blue) = 218+98+104=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6268 is #259D97. Grayscale: #868686. Windows color (decimal): -2465176 or 6841050. OLE color: 6841050.

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

Color convert

RGB 218 98 104 -
CMYK 0 0.55 0.52 0.15
HSL 357º 0.62% 0.62% -
HSV(B) 357º 0.55% 0.85% -
XYZ 35.78 24.64 15.97 -
YUV 134.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 218 98 104 0 0.55 0.52 0.15 357 0.62 0.62
Hex DA 62 68 0 37 34 F 165 3E 3E
Octal 332 142 150 0 67 64 17 545 76 76
Binary 11011010 1100010 1101000 0 110111 110100 1111 101100101 111110 111110

Color Harmonies of #DA6268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6268

Black with #DA6268

Text Example


Text Example

White with #DA6268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6268; }

 p { color: rgb(218,98,104); }

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

background-color css

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

 a { background-color: rgb(218,98,104); }

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

border-color css

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

 span { border-color: rgb(218,98,104); }

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