Html Css Color HEX #D75588 Cranberry

📋 copy color: '#D75588'

red 215 ◦ green 85 ◦ blue 136

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

Shades of Cranberry #D75588

Tints of Cranberry #D75588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 49.31%
G = 19.5%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75588 (or 0xD75588) is known color: Cranberry. HEX triplet: D7, 55 and 88. RGB value is (215,85,136). Sum of RGB (Red+Green+Blue) = 215+85+136=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D75588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75588 is #28AA77. Grayscale: #818181. Windows color (decimal): -2665080 or 8934871. OLE color: 8934871.

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

Color convert

RGB 215 85 136 -
CMYK 0 0.60 0.37 0.16
HSL 336.46º 0.62% 0.59% -
HSV(B) 336.46º 0.6% 0.84% -
XYZ 35.72 22.72 25.8 -
YUV 129.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 215 85 136 0 0.60 0.37 0.16 336.46 0.62 0.59
Hex D7 55 88 0 3C 25 10 150 3E 3B
Octal 327 125 210 0 74 45 20 520 76 73
Binary 11010111 1010101 10001000 0 111100 100101 10000 101010000 111110 111011

Color Harmonies of #D75588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75588

Black with #D75588

Text Example


Text Example

White with #D75588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75588; }

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

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

background-color css

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

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

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

border-color css

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

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

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