Html Css Color HEX #D75988 Cranberry

📋 copy color: '#D75988'

red 215 ◦ green 89 ◦ blue 136

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

Shades of Cranberry #D75988

Tints of Cranberry #D75988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.23%

 BLUE value IS 136 (53.52% from 255) = 30.91%

R = 48.86%
G = 20.23%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75988 (or 0xD75988) is known color: Cranberry. HEX triplet: D7, 59 and 88. RGB value is (215,89,136). Sum of RGB (Red+Green+Blue) = 215+89+136=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D75988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75988 is #28A677. Grayscale: #838383. Windows color (decimal): -2664056 or 8935895. OLE color: 8935895.

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

Color convert

RGB 215 89 136 -
CMYK 0 0.59 0.37 0.16
HSL 337.62º 0.61% 0.6% -
HSV(B) 337.62º 0.59% 0.84% -
XYZ 36.04 23.37 25.9 -
YUV 132.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 215 89 136 0 0.59 0.37 0.16 337.62 0.61 0.6
Hex D7 59 88 0 3B 25 10 152 3D 3C
Octal 327 131 210 0 73 45 20 522 75 74
Binary 11010111 1011001 10001000 0 111011 100101 10000 101010010 111101 111100

Color Harmonies of #D75988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75988

Black with #D75988

Text Example


Text Example

White with #D75988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75988; }

 p { color: rgb(215,89,136); }

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

background-color css

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

 a { background-color: rgb(215,89,136); }

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

border-color css

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

 span { border-color: rgb(215,89,136); }

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