Html Css Color HEX #DD504B Valencia

📋 copy color: '#DD504B'

red 221 ◦ green 80 ◦ blue 75

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

Shades of Valencia #DD504B

Tints of Valencia #DD504B

RGB

 RED value IS 221 (86.72% from 255) = 58.78%

 GREEN value IS 80 (31.64% from 255) = 21.28%

 BLUE value IS 75 (29.69% from 255) = 19.95%

R = 58.78%
G = 21.28%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD504B (or 0xDD504B) is known color: Valencia. HEX triplet: DD, 50 and 4B. RGB value is (221,80,75). Sum of RGB (Red+Green+Blue) = 221+80+75=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD504B is #22AFB4. Grayscale: #797979. Windows color (decimal): -2273205 or 4935901. OLE color: 4935901.

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

Color convert

RGB 221 80 75 -
CMYK 0 0.64 0.66 0.13
HSL 2.05º 0.68% 0.58% -
HSV(B) 2.05º 0.66% 0.87% -
XYZ 33.96 21.62 9.04 -
YUV 121.59 101.71 198.91 -
System Red Green Blue C M Y K H S L
Decimal 221 80 75 0 0.64 0.66 0.13 2.05 0.68 0.58
Hex DD 50 4B 0 40 42 D 2 44 3A
Octal 335 120 113 0 100 102 15 2 104 72
Binary 11011101 1010000 1001011 0 1000000 1000010 1101 10 1000100 111010

Color Harmonies of #DD504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD504B

Black with #DD504B

Text Example


Text Example

White with #DD504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD504B; }

 p { color: rgb(221,80,75); }

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

background-color css

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

 a { background-color: rgb(221,80,75); }

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

border-color css

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

 span { border-color: rgb(221,80,75); }

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