Html Css Color HEX #D75376 Cranberry

📋 copy color: '#D75376'

red 215 ◦ green 83 ◦ blue 118

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

Shades of Cranberry #D75376

Tints of Cranberry #D75376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.95%

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

R = 51.68%
G = 19.95%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D75376 (or 0xD75376) is known color: Cranberry. HEX triplet: D7, 53 and 76. RGB value is (215,83,118). Sum of RGB (Red+Green+Blue) = 215+83+118=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75376 is #28AC89. Grayscale: #7E7E7E. Windows color (decimal): -2665610 or 7754711. OLE color: 7754711.

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

Color convert

RGB 215 83 118 -
CMYK 0 0.61 0.45 0.16
HSL 344.09º 0.62% 0.58% -
HSV(B) 344.09º 0.61% 0.84% -
XYZ 34.39 21.94 19.56 -
YUV 126.46 123.23 191.15 -
System Red Green Blue C M Y K H S L
Decimal 215 83 118 0 0.61 0.45 0.16 344.09 0.62 0.58
Hex D7 53 76 0 3D 2D 10 158 3E 3A
Octal 327 123 166 0 75 55 20 530 76 72
Binary 11010111 1010011 1110110 0 111101 101101 10000 101011000 111110 111010

Color Harmonies of #D75376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75376

Black with #D75376

Text Example


Text Example

White with #D75376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75376; }

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

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

background-color css

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

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

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

border-color css

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

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

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