Html Css Color HEX #D55F4D Valencia

📋 copy color: '#D55F4D'

red 213 ◦ green 95 ◦ blue 77

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

Shades of Valencia #D55F4D

Tints of Valencia #D55F4D

RGB

 RED value IS 213 (83.59% from 255) = 55.32%

 GREEN value IS 95 (37.5% from 255) = 24.68%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 55.32%
G = 24.68%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D55F4D (or 0xD55F4D) is known color: Valencia. HEX triplet: D5, 5F and 4D. RGB value is (213,95,77). Sum of RGB (Red+Green+Blue) = 213+95+77=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F4D is #2AA0B2. Grayscale: #808080. Windows color (decimal): -2793651 or 5070805. OLE color: 5070805.

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

Color convert

RGB 213 95 77 -
CMYK 0 0.55 0.64 0.16
HSL 7.94º 0.62% 0.57% -
HSV(B) 7.94º 0.64% 0.84% -
XYZ 32.87 22.87 9.7 -
YUV 128.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 213 95 77 0 0.55 0.64 0.16 7.94 0.62 0.57
Hex D5 5F 4D 0 37 40 10 8 3E 39
Octal 325 137 115 0 67 100 20 10 76 71
Binary 11010101 1011111 1001101 0 110111 1000000 10000 1000 111110 111001

Color Harmonies of #D55F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F4D

Black with #D55F4D

Text Example


Text Example

White with #D55F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F4D; }

 p { color: rgb(213,95,77); }

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

background-color css

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

 a { background-color: rgb(213,95,77); }

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

border-color css

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

 span { border-color: rgb(213,95,77); }

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