Html Css Color HEX #D75E76 Cranberry

📋 copy color: '#D75E76'

red 215 ◦ green 94 ◦ blue 118

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

Shades of Cranberry #D75E76

Tints of Cranberry #D75E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.01%

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 50.35%
G = 22.01%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D75E76 (or 0xD75E76) is known color: Cranberry. HEX triplet: D7, 5E and 76. RGB value is (215,94,118). Sum of RGB (Red+Green+Blue) = 215+94+118=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E76 is #28A189. Grayscale: #848484. Windows color (decimal): -2662794 or 7757527. OLE color: 7757527.

HSL color Cylindrical-coordinate representation of color #D75E76: hue angle of 348.1º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75E76 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 94 118 -
CMYK 0 0.56 0.45 0.16
HSL 348.1º 0.6% 0.61% -
HSV(B) 348.1º 0.56% 0.84% -
XYZ 35.3 23.76 19.87 -
YUV 132.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 215 94 118 0 0.56 0.45 0.16 348.1 0.6 0.61
Hex D7 5E 76 0 38 2D 10 15C 3C 3D
Octal 327 136 166 0 70 55 20 534 74 75
Binary 11010111 1011110 1110110 0 111000 101101 10000 101011100 111100 111101

Color Harmonies of #D75E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E76

Black with #D75E76

Text Example


Text Example

White with #D75E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E76; }

 p { color: rgb(215,94,118); }

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

background-color css

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

 a { background-color: rgb(215,94,118); }

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

border-color css

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

 span { border-color: rgb(215,94,118); }

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