Html Css Color HEX #D65852 Valencia

📋 copy color: '#D65852'

red 214 ◦ green 88 ◦ blue 82

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

Shades of Valencia #D65852

Tints of Valencia #D65852

RGB

 RED value IS 214 (83.98% from 255) = 55.73%

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

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

R = 55.73%
G = 22.92%
B = 21.35%

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

#D65852 (or 0xD65852) is known color: Valencia. HEX triplet: D6, 58 and 52. RGB value is (214,88,82). Sum of RGB (Red+Green+Blue) = 214+88+82=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D65852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65852 is #29A7AD. Grayscale: #7D7D7D. Windows color (decimal): -2729902 or 5396694. OLE color: 5396694.

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

Color convert

RGB 214 88 82 -
CMYK 0 0.59 0.62 0.16
HSL 2.73º 0.62% 0.58% -
HSV(B) 2.73º 0.62% 0.84% -
XYZ 32.74 21.88 10.48 -
YUV 124.99 103.74 191.49 -
System Red Green Blue C M Y K H S L
Decimal 214 88 82 0 0.59 0.62 0.16 2.73 0.62 0.58
Hex D6 58 52 0 3B 3E 10 3 3E 3A
Octal 326 130 122 0 73 76 20 3 76 72
Binary 11010110 1011000 1010010 0 111011 111110 10000 11 111110 111010

Color Harmonies of #D65852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65852

Black with #D65852

Text Example


Text Example

White with #D65852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65852; }

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

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

background-color css

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

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

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

border-color css

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

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

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