Html Css Color HEX #D55F4C Valencia

📋 copy color: '#D55F4C'

red 213 ◦ green 95 ◦ blue 76

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

Shades of Valencia #D55F4C

Tints of Valencia #D55F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 55.47%
G = 24.74%
B = 19.79%

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

#D55F4C (or 0xD55F4C) is known color: Valencia. HEX triplet: D5, 5F and 4C. RGB value is (213,95,76). Sum of RGB (Red+Green+Blue) = 213+95+76=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55F4C is #2AA0B3. Grayscale: #808080. Windows color (decimal): -2793652 or 5005269. OLE color: 5005269.

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

Color convert

RGB 213 95 76 -
CMYK 0 0.55 0.64 0.16
HSL 8.32º 0.62% 0.57% -
HSV(B) 8.32º 0.64% 0.84% -
XYZ 32.84 22.85 9.52 -
YUV 128.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 213 95 76 0 0.55 0.64 0.16 8.32 0.62 0.57
Hex D5 5F 4C 0 37 40 10 8 3E 39
Octal 325 137 114 0 67 100 20 10 76 71
Binary 11010101 1011111 1001100 0 110111 1000000 10000 1000 111110 111001

Color Harmonies of #D55F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F4C

Black with #D55F4C

Text Example


Text Example

White with #D55F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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