Html Css Color HEX #DB7A7D Froly

📋 copy color: '#DB7A7D'

red 219 ◦ green 122 ◦ blue 125

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

Shades of Froly #DB7A7D

Tints of Froly #DB7A7D

RGB

 RED value IS 219 (85.94% from 255) = 47%

 GREEN value IS 122 (48.05% from 255) = 26.18%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 47%
G = 26.18%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB7A7D (or 0xDB7A7D) is known color: Froly. HEX triplet: DB, 7A and 7D. RGB value is (219,122,125). Sum of RGB (Red+Green+Blue) = 219+122+125=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7A7D is #248582. Grayscale: #979797. Windows color (decimal): -2393475 or 8223451. OLE color: 8223451.

HSL color Cylindrical-coordinate representation of color #DB7A7D: hue angle of 358.14º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7A7D is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 125 -
CMYK 0 0.44 0.43 0.14
HSL 358.14º 0.57% 0.67% -
HSV(B) 358.14º 0.44% 0.86% -
XYZ 39.87 30.46 23.18 -
YUV 151.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 219 122 125 0 0.44 0.43 0.14 358.14 0.57 0.67
Hex DB 7A 7D 0 2C 2B E 166 39 43
Octal 333 172 175 0 54 53 16 546 71 103
Binary 11011011 1111010 1111101 0 101100 101011 1110 101100110 111001 1000011

Color Harmonies of #DB7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7A7D

Black with #DB7A7D

Text Example


Text Example

White with #DB7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7A7D; }

 p { color: rgb(219,122,125); }

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

background-color css

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

 a { background-color: rgb(219,122,125); }

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

border-color css

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

 span { border-color: rgb(219,122,125); }

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