Html Css Color HEX #D75088 Cranberry

📋 copy color: '#D75088'

red 215 ◦ green 80 ◦ blue 136

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

Shades of Cranberry #D75088

Tints of Cranberry #D75088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

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

R = 49.88%
G = 18.56%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D75088 (or 0xD75088) is known color: Cranberry. HEX triplet: D7, 50 and 88. RGB value is (215,80,136). Sum of RGB (Red+Green+Blue) = 215+80+136=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75088 is #28AF77. Grayscale: #7E7E7E. Windows color (decimal): -2666360 or 8933591. OLE color: 8933591.

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

Color convert

RGB 215 80 136 -
CMYK 0 0.63 0.37 0.16
HSL 335.11º 0.63% 0.58% -
HSV(B) 335.11º 0.63% 0.84% -
XYZ 35.34 21.96 25.67 -
YUV 126.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 215 80 136 0 0.63 0.37 0.16 335.11 0.63 0.58
Hex D7 50 88 0 3F 25 10 14F 3F 3A
Octal 327 120 210 0 77 45 20 517 77 72
Binary 11010111 1010000 10001000 0 111111 100101 10000 101001111 111111 111010

Color Harmonies of #D75088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75088

Black with #D75088

Text Example


Text Example

White with #D75088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75088; }

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

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

background-color css

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

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

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

border-color css

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

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

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