Html Css Color HEX #DB5652 Valencia

📋 copy color: '#DB5652'

red 219 ◦ green 86 ◦ blue 82

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

Shades of Valencia #DB5652

Tints of Valencia #DB5652

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.22%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 56.59%
G = 22.22%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB5652 (or 0xDB5652) is known color: Valencia. HEX triplet: DB, 56 and 52. RGB value is (219,86,82). Sum of RGB (Red+Green+Blue) = 219+86+82=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5652 is #24A9AD. Grayscale: #7D7D7D. Windows color (decimal): -2402734 or 5396187. OLE color: 5396187.

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

Color convert

RGB 219 86 82 -
CMYK 0 0.61 0.63 0.14
HSL 1.75º 0.66% 0.59% -
HSV(B) 1.75º 0.63% 0.86% -
XYZ 34.06 22.32 10.5 -
YUV 125.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 219 86 82 0 0.61 0.63 0.14 1.75 0.66 0.59
Hex DB 56 52 0 3D 3F E 2 42 3B
Octal 333 126 122 0 75 77 16 2 102 73
Binary 11011011 1010110 1010010 0 111101 111111 1110 10 1000010 111011

Color Harmonies of #DB5652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5652

Black with #DB5652

Text Example


Text Example

White with #DB5652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5652; }

 p { color: rgb(219,86,82); }

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

background-color css

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

 a { background-color: rgb(219,86,82); }

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

border-color css

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

 span { border-color: rgb(219,86,82); }

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