Html Css Color HEX #D75488 Cranberry

📋 copy color: '#D75488'

red 215 ◦ green 84 ◦ blue 136

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

Shades of Cranberry #D75488

Tints of Cranberry #D75488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 49.43%
G = 19.31%
B = 31.26%

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

#D75488 (or 0xD75488) is known color: Cranberry. HEX triplet: D7, 54 and 88. RGB value is (215,84,136). Sum of RGB (Red+Green+Blue) = 215+84+136=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 136 (53.52% from 255 or 31.26% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D75488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75488 is #28AB77. Grayscale: #818181. Windows color (decimal): -2665336 or 8934615. OLE color: 8934615.

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

Color convert

RGB 215 84 136 -
CMYK 0 0.61 0.37 0.16
HSL 336.18º 0.62% 0.59% -
HSV(B) 336.18º 0.61% 0.84% -
XYZ 35.64 22.57 25.77 -
YUV 129.1 131.9 189.27 -
System Red Green Blue C M Y K H S L
Decimal 215 84 136 0 0.61 0.37 0.16 336.18 0.62 0.59
Hex D7 54 88 0 3D 25 10 150 3E 3B
Octal 327 124 210 0 75 45 20 520 76 73
Binary 11010111 1010100 10001000 0 111101 100101 10000 101010000 111110 111011

Color Harmonies of #D75488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75488

Black with #D75488

Text Example


Text Example

White with #D75488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75488; }

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

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

background-color css

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

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

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

border-color css

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

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

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