Html Css Color HEX #DB626A Froly

📋 copy color: '#DB626A'

red 219 ◦ green 98 ◦ blue 106

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

Shades of Froly #DB626A

Tints of Froly #DB626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.06%

R = 51.77%
G = 23.17%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB626A (or 0xDB626A) is known color: Froly. HEX triplet: DB, 62 and 6A. RGB value is (219,98,106). Sum of RGB (Red+Green+Blue) = 219+98+106=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB626A is #249D95. Grayscale: #878787. Windows color (decimal): -2399638 or 6972123. OLE color: 6972123.

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

Color convert

RGB 219 98 106 -
CMYK 0 0.55 0.52 0.14
HSL 356.03º 0.63% 0.62% -
HSV(B) 356.03º 0.55% 0.86% -
XYZ 36.18 24.84 16.52 -
YUV 135.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 219 98 106 0 0.55 0.52 0.14 356.03 0.63 0.62
Hex DB 62 6A 0 37 34 E 164 3F 3E
Octal 333 142 152 0 67 64 16 544 77 76
Binary 11011011 1100010 1101010 0 110111 110100 1110 101100100 111111 111110

Color Harmonies of #DB626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB626A

Black with #DB626A

Text Example


Text Example

White with #DB626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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