Html Css Color HEX #DB6366 Froly

📋 copy color: '#DB6366'

red 219 ◦ green 99 ◦ blue 102

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

Shades of Froly #DB6366

Tints of Froly #DB6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 52.14%
G = 23.57%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB6366 (or 0xDB6366) is known color: Froly. HEX triplet: DB, 63 and 66. RGB value is (219,99,102). Sum of RGB (Red+Green+Blue) = 219+99+102=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB6366 is #249C99. Grayscale: #878787. Windows color (decimal): -2399386 or 6710235. OLE color: 6710235.

HSL color Cylindrical-coordinate representation of color #DB6366: hue angle of 358.5º degrees, saturation: 0.62, 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 #DB6366 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 102 -
CMYK 0 0.55 0.53 0.14
HSL 358.5º 0.63% 0.62% -
HSV(B) 358.5º 0.55% 0.86% -
XYZ 36.07 24.94 15.48 -
YUV 135.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 219 99 102 0 0.55 0.53 0.14 358.5 0.63 0.62
Hex DB 63 66 0 37 35 E 166 3E 3E
Octal 333 143 146 0 67 65 16 546 76 76
Binary 11011011 1100011 1100110 0 110111 110101 1110 101100110 111110 111110

Color Harmonies of #DB6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6366

Black with #DB6366

Text Example


Text Example

White with #DB6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6366; }

 p { color: rgb(219,99,102); }

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

background-color css

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

 a { background-color: rgb(219,99,102); }

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

border-color css

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

 span { border-color: rgb(219,99,102); }

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