Html Css Color HEX #D65552 Valencia

📋 copy color: '#D65552'

red 214 ◦ green 85 ◦ blue 82

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

Shades of Valencia #D65552

Tints of Valencia #D65552

RGB

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

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

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

R = 56.17%
G = 22.31%
B = 21.52%

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

#D65552 (or 0xD65552) is known color: Valencia. HEX triplet: D6, 55 and 52. RGB value is (214,85,82). Sum of RGB (Red+Green+Blue) = 214+85+82=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D65552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65552 is #29AAAD. Grayscale: #7B7B7B. Windows color (decimal): -2730670 or 5395926. OLE color: 5395926.

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

Color convert

RGB 214 85 82 -
CMYK 0 0.60 0.62 0.16
HSL 1.36º 0.62% 0.58% -
HSV(B) 1.36º 0.62% 0.84% -
XYZ 32.5 21.4 10.4 -
YUV 123.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 214 85 82 0 0.60 0.62 0.16 1.36 0.62 0.58
Hex D6 55 52 0 3C 3E 10 1 3E 3A
Octal 326 125 122 0 74 76 20 1 76 72
Binary 11010110 1010101 1010010 0 111100 111110 10000 1 111110 111010

Color Harmonies of #D65552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65552

Black with #D65552

Text Example


Text Example

White with #D65552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65552; }

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

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

background-color css

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

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

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

border-color css

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

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

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