Html Css Color HEX #D75086 Cranberry

📋 copy color: '#D75086'

red 215 ◦ green 80 ◦ blue 134

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

Shades of Cranberry #D75086

Tints of Cranberry #D75086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 50.12%
G = 18.65%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D75086 (or 0xD75086) is known color: Cranberry. HEX triplet: D7, 50 and 86. RGB value is (215,80,134). Sum of RGB (Red+Green+Blue) = 215+80+134=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D75086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75086 is #28AF79. Grayscale: #7E7E7E. Windows color (decimal): -2666362 or 8802519. OLE color: 8802519.

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

Color convert

RGB 215 80 134 -
CMYK 0 0.63 0.38 0.16
HSL 336º 0.63% 0.58% -
HSV(B) 336º 0.63% 0.84% -
XYZ 35.2 21.91 24.93 -
YUV 126.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 215 80 134 0 0.63 0.38 0.16 336 0.63 0.58
Hex D7 50 86 0 3F 26 10 150 3F 3A
Octal 327 120 206 0 77 46 20 520 77 72
Binary 11010111 1010000 10000110 0 111111 100110 10000 101010000 111111 111010

Color Harmonies of #D75086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75086

Black with #D75086

Text Example


Text Example

White with #D75086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75086; }

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

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

background-color css

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

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

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

border-color css

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

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

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