Html Css Color HEX #D75552 Valencia

📋 copy color: '#D75552'

red 215 ◦ green 85 ◦ blue 82

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

Shades of Valencia #D75552

Tints of Valencia #D75552

RGB

 RED value IS 215 (84.38% from 255) = 56.28%

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

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

R = 56.28%
G = 22.25%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D75552 (or 0xD75552) is known color: Valencia. HEX triplet: D7, 55 and 52. RGB value is (215,85,82). Sum of RGB (Red+Green+Blue) = 215+85+82=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D75552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75552 is #28AAAD. Grayscale: #7B7B7B. Windows color (decimal): -2665134 or 5395927. OLE color: 5395927.

HSL color Cylindrical-coordinate representation of color #D75552: hue angle of 1.35º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D75552 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 85 82 -
CMYK 0 0.60 0.62 0.16
HSL 1.35º 0.62% 0.58% -
HSV(B) 1.35º 0.62% 0.84% -
XYZ 32.8 21.55 10.41 -
YUV 123.53 104.57 193.24 -
System Red Green Blue C M Y K H S L
Decimal 215 85 82 0 0.60 0.62 0.16 1.35 0.62 0.58
Hex D7 55 52 0 3C 3E 10 1 3E 3A
Octal 327 125 122 0 74 76 20 1 76 72
Binary 11010111 1010101 1010010 0 111100 111110 10000 1 111110 111010

Color Harmonies of #D75552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75552

Black with #D75552

Text Example


Text Example

White with #D75552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75552; }

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

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

background-color css

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

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

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

border-color css

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

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

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