Html Css Color HEX #D75852 Valencia

📋 copy color: '#D75852'

red 215 ◦ green 88 ◦ blue 82

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

Shades of Valencia #D75852

Tints of Valencia #D75852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.86%

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

R = 55.84%
G = 22.86%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D75852 (or 0xD75852) is known color: Valencia. HEX triplet: D7, 58 and 52. RGB value is (215,88,82). Sum of RGB (Red+Green+Blue) = 215+88+82=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D75852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75852 is #28A7AD. Grayscale: #7D7D7D. Windows color (decimal): -2664366 or 5396695. OLE color: 5396695.

HSL color Cylindrical-coordinate representation of color #D75852: hue angle of 2.71º 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 #D75852 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 88 82 -
CMYK 0 0.59 0.62 0.16
HSL 2.71º 0.62% 0.58% -
HSV(B) 2.71º 0.62% 0.84% -
XYZ 33.04 22.04 10.49 -
YUV 125.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 215 88 82 0 0.59 0.62 0.16 2.71 0.62 0.58
Hex D7 58 52 0 3B 3E 10 3 3E 3A
Octal 327 130 122 0 73 76 20 3 76 72
Binary 11010111 1011000 1010010 0 111011 111110 10000 11 111110 111010

Color Harmonies of #D75852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75852

Black with #D75852

Text Example


Text Example

White with #D75852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75852; }

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

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

background-color css

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

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

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

border-color css

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

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

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