Html Css Color HEX #D05852 Valencia

📋 copy color: '#D05852'

red 208 ◦ green 88 ◦ blue 82

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

Shades of Valencia #D05852

Tints of Valencia #D05852

RGB

 RED value IS 208 (81.64% from 255) = 55.03%

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

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

R = 55.03%
G = 23.28%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D05852 (or 0xD05852) is known color: Valencia. HEX triplet: D0, 58 and 52. RGB value is (208,88,82). Sum of RGB (Red+Green+Blue) = 208+88+82=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D05852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05852 is #2FA7AD. Grayscale: #7B7B7B. Windows color (decimal): -3123118 or 5396688. OLE color: 5396688.

HSL color Cylindrical-coordinate representation of color #D05852: hue angle of 2.86º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05852 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 88 82 -
CMYK 0 0.58 0.61 0.18
HSL 2.86º 0.57% 0.57% -
HSV(B) 2.86º 0.61% 0.82% -
XYZ 31.03 21 10.4 -
YUV 123.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 208 88 82 0 0.58 0.61 0.18 2.86 0.57 0.57
Hex D0 58 52 0 3A 3D 12 3 39 39
Octal 320 130 122 0 72 75 22 3 71 71
Binary 11010000 1011000 1010010 0 111010 111101 10010 11 111001 111001

Color Harmonies of #D05852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05852

Black with #D05852

Text Example


Text Example

White with #D05852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05852; }

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

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

background-color css

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

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

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

border-color css

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

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

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