Html Css Color HEX #DE5552 Valencia

📋 copy color: '#DE5552'

red 222 ◦ green 85 ◦ blue 82

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

Shades of Valencia #DE5552

Tints of Valencia #DE5552

RGB

 RED value IS 222 (87.11% from 255) = 57.07%

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 57.07%
G = 21.85%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE5552 (or 0xDE5552) is known color: Valencia. HEX triplet: DE, 55 and 52. RGB value is (222,85,82). Sum of RGB (Red+Green+Blue) = 222+85+82=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5552 is #21AAAD. Grayscale: #7D7D7D. Windows color (decimal): -2206382 or 5395934. OLE color: 5395934.

HSL color Cylindrical-coordinate representation of color #DE5552: hue angle of 1.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5552 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 85 82 -
CMYK 0 0.62 0.63 0.13
HSL 1.29º 0.68% 0.6% -
HSV(B) 1.29º 0.63% 0.87% -
XYZ 34.9 22.64 10.51 -
YUV 125.62 103.39 196.74 -
System Red Green Blue C M Y K H S L
Decimal 222 85 82 0 0.62 0.63 0.13 1.29 0.68 0.6
Hex DE 55 52 0 3E 3F D 1 44 3C
Octal 336 125 122 0 76 77 15 1 104 74
Binary 11011110 1010101 1010010 0 111110 111111 1101 1 1000100 111100

Color Harmonies of #DE5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5552

Black with #DE5552

Text Example


Text Example

White with #DE5552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5552; }

 p { color: rgb(222,85,82); }

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

background-color css

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

 a { background-color: rgb(222,85,82); }

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

border-color css

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

 span { border-color: rgb(222,85,82); }

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