Html Css Color HEX #DD524E Valencia

📋 copy color: '#DD524E'

red 221 ◦ green 82 ◦ blue 78

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

Shades of Valencia #DD524E

Tints of Valencia #DD524E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.52%

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 58.01%
G = 21.52%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD524E (or 0xDD524E) is known color: Valencia. HEX triplet: DD, 52 and 4E. RGB value is (221,82,78). Sum of RGB (Red+Green+Blue) = 221+82+78=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD524E is #22ADB1. Grayscale: #7B7B7B. Windows color (decimal): -2272690 or 5133021. OLE color: 5133021.

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

Color convert

RGB 221 82 78 -
CMYK 0 0.63 0.65 0.13
HSL 1.68º 0.68% 0.59% -
HSV(B) 1.68º 0.65% 0.87% -
XYZ 34.21 21.96 9.64 -
YUV 123.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 221 82 78 0 0.63 0.65 0.13 1.68 0.68 0.59
Hex DD 52 4E 0 3F 41 D 2 44 3B
Octal 335 122 116 0 77 101 15 2 104 73
Binary 11011101 1010010 1001110 0 111111 1000001 1101 10 1000100 111011

Color Harmonies of #DD524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD524E

Black with #DD524E

Text Example


Text Example

White with #DD524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD524E; }

 p { color: rgb(221,82,78); }

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

background-color css

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

 a { background-color: rgb(221,82,78); }

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

border-color css

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

 span { border-color: rgb(221,82,78); }

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