Html Css Color HEX #D75D4B Valencia

📋 copy color: '#D75D4B'

red 215 ◦ green 93 ◦ blue 75

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

Shades of Valencia #D75D4B

Tints of Valencia #D75D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.58%

R = 56.14%
G = 24.28%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D75D4B (or 0xD75D4B) is known color: Valencia. HEX triplet: D7, 5D and 4B. RGB value is (215,93,75). Sum of RGB (Red+Green+Blue) = 215+93+75=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D4B is #28A2B4. Grayscale: #7F7F7F. Windows color (decimal): -2663093 or 4939223. OLE color: 4939223.

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

Color convert

RGB 215 93 75 -
CMYK 0 0.57 0.65 0.16
HSL 7.71º 0.64% 0.57% -
HSV(B) 7.71º 0.65% 0.84% -
XYZ 33.21 22.78 9.3 -
YUV 127.43 98.42 190.46 -
System Red Green Blue C M Y K H S L
Decimal 215 93 75 0 0.57 0.65 0.16 7.71 0.64 0.57
Hex D7 5D 4B 0 39 41 10 8 40 39
Octal 327 135 113 0 71 101 20 10 100 71
Binary 11010111 1011101 1001011 0 111001 1000001 10000 1000 1000000 111001

Color Harmonies of #D75D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75D4B

Black with #D75D4B

Text Example


Text Example

White with #D75D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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