Html Css Color HEX #D75388 Cranberry

📋 copy color: '#D75388'

red 215 ◦ green 83 ◦ blue 136

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

Shades of Cranberry #D75388

Tints of Cranberry #D75388

RGB

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

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

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

R = 49.54%
G = 19.12%
B = 31.34%

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

#D75388 (or 0xD75388) is known color: Cranberry. HEX triplet: D7, 53 and 88. RGB value is (215,83,136). Sum of RGB (Red+Green+Blue) = 215+83+136=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D75388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75388 is #28AC77. Grayscale: #808080. Windows color (decimal): -2665592 or 8934359. OLE color: 8934359.

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

Color convert

RGB 215 83 136 -
CMYK 0 0.61 0.37 0.16
HSL 335.91º 0.62% 0.58% -
HSV(B) 335.91º 0.61% 0.84% -
XYZ 35.56 22.41 25.74 -
YUV 128.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 215 83 136 0 0.61 0.37 0.16 335.91 0.62 0.58
Hex D7 53 88 0 3D 25 10 150 3E 3A
Octal 327 123 210 0 75 45 20 520 76 72
Binary 11010111 1010011 10001000 0 111101 100101 10000 101010000 111110 111010

Color Harmonies of #D75388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75388

Black with #D75388

Text Example


Text Example

White with #D75388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75388; }

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

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

background-color css

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

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

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

border-color css

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

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

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