Html Css Color HEX #DA7B7E Froly

📋 copy color: '#DA7B7E'

red 218 ◦ green 123 ◦ blue 126

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

Shades of Froly #DA7B7E

Tints of Froly #DA7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.34%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 46.68%
G = 26.34%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA7B7E (or 0xDA7B7E) is known color: Froly. HEX triplet: DA, 7B and 7E. RGB value is (218,123,126). Sum of RGB (Red+Green+Blue) = 218+123+126=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B7E is #258481. Grayscale: #979797. Windows color (decimal): -2458754 or 8289242. OLE color: 8289242.

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

Color convert

RGB 218 123 126 -
CMYK 0 0.44 0.42 0.15
HSL 358.11º 0.56% 0.67% -
HSV(B) 358.11º 0.44% 0.85% -
XYZ 39.76 30.58 23.55 -
YUV 151.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 218 123 126 0 0.44 0.42 0.15 358.11 0.56 0.67
Hex DA 7B 7E 0 2C 2A F 166 38 43
Octal 332 173 176 0 54 52 17 546 70 103
Binary 11011010 1111011 1111110 0 101100 101010 1111 101100110 111000 1000011

Color Harmonies of #DA7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7B7E

Black with #DA7B7E

Text Example


Text Example

White with #DA7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7B7E; }

 p { color: rgb(218,123,126); }

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

background-color css

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

 a { background-color: rgb(218,123,126); }

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

border-color css

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

 span { border-color: rgb(218,123,126); }

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