Html Css Color HEX #D75D4F Valencia

📋 copy color: '#D75D4F'

red 215 ◦ green 93 ◦ blue 79

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

Shades of Valencia #D75D4F

Tints of Valencia #D75D4F

RGB

 RED value IS 215 (84.38% from 255) = 55.56%

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 79 (31.25% from 255) = 20.41%

R = 55.56%
G = 24.03%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D75D4F (or 0xD75D4F) is known color: Valencia. HEX triplet: D7, 5D and 4F. RGB value is (215,93,79). Sum of RGB (Red+Green+Blue) = 215+93+79=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D4F is #28A2B0. Grayscale: #808080. Windows color (decimal): -2663089 or 5201367. OLE color: 5201367.

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

Color convert

RGB 215 93 79 -
CMYK 0 0.57 0.63 0.16
HSL 6.18º 0.63% 0.58% -
HSV(B) 6.18º 0.63% 0.84% -
XYZ 33.35 22.84 10.05 -
YUV 127.88 100.42 190.14 -
System Red Green Blue C M Y K H S L
Decimal 215 93 79 0 0.57 0.63 0.16 6.18 0.63 0.58
Hex D7 5D 4F 0 39 3F 10 6 3F 3A
Octal 327 135 117 0 71 77 20 6 77 72
Binary 11010111 1011101 1001111 0 111001 111111 10000 110 111111 111010

Color Harmonies of #D75D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D4F

Black with #D75D4F

Text Example


Text Example

White with #D75D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D4F; }

 p { color: rgb(215,93,79); }

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

background-color css

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

 a { background-color: rgb(215,93,79); }

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

border-color css

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

 span { border-color: rgb(215,93,79); }

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