Html Css Color HEX #D75A88 Cranberry

📋 copy color: '#D75A88'

red 215 ◦ green 90 ◦ blue 136

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

Shades of Cranberry #D75A88

Tints of Cranberry #D75A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.41%

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

R = 48.75%
G = 20.41%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75A88 (or 0xD75A88) is known color: Cranberry. HEX triplet: D7, 5A and 88. RGB value is (215,90,136). Sum of RGB (Red+Green+Blue) = 215+90+136=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75A88 is #28A577. Grayscale: #848484. Windows color (decimal): -2663800 or 8936151. OLE color: 8936151.

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

Color convert

RGB 215 90 136 -
CMYK 0 0.58 0.37 0.16
HSL 337.92º 0.61% 0.6% -
HSV(B) 337.92º 0.58% 0.84% -
XYZ 36.12 23.54 25.93 -
YUV 132.62 129.91 186.76 -
System Red Green Blue C M Y K H S L
Decimal 215 90 136 0 0.58 0.37 0.16 337.92 0.61 0.6
Hex D7 5A 88 0 3A 25 10 152 3D 3C
Octal 327 132 210 0 72 45 20 522 75 74
Binary 11010111 1011010 10001000 0 111010 100101 10000 101010010 111101 111100

Color Harmonies of #D75A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A88

Black with #D75A88

Text Example


Text Example

White with #D75A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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