Html Css Color HEX #D75387 Cranberry

📋 copy color: '#D75387'

red 215 ◦ green 83 ◦ blue 135

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

Shades of Cranberry #D75387

Tints of Cranberry #D75387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 49.65%
G = 19.17%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75387 (or 0xD75387) is known color: Cranberry. HEX triplet: D7, 53 and 87. RGB value is (215,83,135). Sum of RGB (Red+Green+Blue) = 215+83+135=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D75387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75387 is #28AC78. Grayscale: #808080. Windows color (decimal): -2665593 or 8868823. OLE color: 8868823.

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

Color convert

RGB 215 83 135 -
CMYK 0 0.61 0.37 0.16
HSL 336.36º 0.62% 0.58% -
HSV(B) 336.36º 0.61% 0.84% -
XYZ 35.49 22.38 25.37 -
YUV 128.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 215 83 135 0 0.61 0.37 0.16 336.36 0.62 0.58
Hex D7 53 87 0 3D 25 10 150 3E 3A
Octal 327 123 207 0 75 45 20 520 76 72
Binary 11010111 1010011 10000111 0 111101 100101 10000 101010000 111110 111010

Color Harmonies of #D75387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75387

Black with #D75387

Text Example


Text Example

White with #D75387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75387; }

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

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

background-color css

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

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

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

border-color css

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

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

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