Html Css Color HEX #DB6274 Froly

📋 copy color: '#DB6274'

red 219 ◦ green 98 ◦ blue 116

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

Shades of Froly #DB6274

Tints of Froly #DB6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 50.58%
G = 22.63%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB6274 (or 0xDB6274) is known color: Froly. HEX triplet: DB, 62 and 74. RGB value is (219,98,116). Sum of RGB (Red+Green+Blue) = 219+98+116=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6274 is #249D8B. Grayscale: #888888. Windows color (decimal): -2399628 or 7627483. OLE color: 7627483.

HSL color Cylindrical-coordinate representation of color #DB6274: hue angle of 351.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6274 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 98 116 -
CMYK 0 0.55 0.47 0.14
HSL 351.07º 0.63% 0.62% -
HSV(B) 351.07º 0.55% 0.86% -
XYZ 36.73 25.06 19.42 -
YUV 136.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 219 98 116 0 0.55 0.47 0.14 351.07 0.63 0.62
Hex DB 62 74 0 37 2F E 15F 3F 3E
Octal 333 142 164 0 67 57 16 537 77 76
Binary 11011011 1100010 1110100 0 110111 101111 1110 101011111 111111 111110

Color Harmonies of #DB6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6274

Black with #DB6274

Text Example


Text Example

White with #DB6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6274; }

 p { color: rgb(219,98,116); }

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

background-color css

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

 a { background-color: rgb(219,98,116); }

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

border-color css

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

 span { border-color: rgb(219,98,116); }

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