Html Css Color HEX #DD5351 Valencia

📋 copy color: '#DD5351'

red 221 ◦ green 83 ◦ blue 81

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

Shades of Valencia #DD5351

Tints of Valencia #DD5351

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 57.4%
G = 21.56%
B = 21.04%

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

#DD5351 (or 0xDD5351) is known color: Valencia. HEX triplet: DD, 53 and 51. RGB value is (221,83,81). Sum of RGB (Red+Green+Blue) = 221+83+81=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5351 is #22ACAE. Grayscale: #7C7C7C. Windows color (decimal): -2272431 or 5329885. OLE color: 5329885.

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

Color convert

RGB 221 83 81 -
CMYK 0 0.62 0.63 0.13
HSL 0.86º 0.67% 0.59% -
HSV(B) 0.86º 0.63% 0.87% -
XYZ 34.4 22.15 10.25 -
YUV 124.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 221 83 81 0 0.62 0.63 0.13 0.86 0.67 0.59
Hex DD 53 51 0 3E 3F D 1 43 3B
Octal 335 123 121 0 76 77 15 1 103 73
Binary 11011101 1010011 1010001 0 111110 111111 1101 1 1000011 111011

Color Harmonies of #DD5351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5351

Black with #DD5351

Text Example


Text Example

White with #DD5351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5351; }

 p { color: rgb(221,83,81); }

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

background-color css

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

 a { background-color: rgb(221,83,81); }

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

border-color css

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

 span { border-color: rgb(221,83,81); }

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