Html Css Color HEX #DA6067 Froly

📋 copy color: '#DA6067'

red 218 ◦ green 96 ◦ blue 103

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

Shades of Froly #DA6067

Tints of Froly #DA6067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 103 (40.63% from 255) = 24.7%

R = 52.28%
G = 23.02%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA6067 (or 0xDA6067) is known color: Froly. HEX triplet: DA, 60 and 67. RGB value is (218,96,103). Sum of RGB (Red+Green+Blue) = 218+96+103=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6067 is #259F98. Grayscale: #858585. Windows color (decimal): -2465689 or 6775002. OLE color: 6775002.

HSL color Cylindrical-coordinate representation of color #DA6067: hue angle of 356.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6067 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 96 103 -
CMYK 0 0.56 0.53 0.15
HSL 356.56º 0.62% 0.62% -
HSV(B) 356.56º 0.56% 0.85% -
XYZ 35.54 24.25 15.64 -
YUV 133.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 218 96 103 0 0.56 0.53 0.15 356.56 0.62 0.62
Hex DA 60 67 0 38 35 F 165 3E 3E
Octal 332 140 147 0 70 65 17 545 76 76
Binary 11011010 1100000 1100111 0 111000 110101 1111 101100101 111110 111110

Color Harmonies of #DA6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6067

Black with #DA6067

Text Example


Text Example

White with #DA6067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6067; }

 p { color: rgb(218,96,103); }

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

background-color css

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

 a { background-color: rgb(218,96,103); }

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

border-color css

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

 span { border-color: rgb(218,96,103); }

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