Html Css Color HEX #D75080 Cranberry

📋 copy color: '#D75080'

red 215 ◦ green 80 ◦ blue 128

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

Shades of Cranberry #D75080

Tints of Cranberry #D75080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 50.83%
G = 18.91%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75080 (or 0xD75080) is known color: Cranberry. HEX triplet: D7, 50 and 80. RGB value is (215,80,128). Sum of RGB (Red+Green+Blue) = 215+80+128=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D75080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75080 is #28AF7F. Grayscale: #7D7D7D. Windows color (decimal): -2666368 or 8409303. OLE color: 8409303.

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

Color convert

RGB 215 80 128 -
CMYK 0 0.63 0.40 0.16
HSL 338.67º 0.63% 0.58% -
HSV(B) 338.67º 0.63% 0.84% -
XYZ 34.79 21.74 22.79 -
YUV 125.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 215 80 128 0 0.63 0.40 0.16 338.67 0.63 0.58
Hex D7 50 80 0 3F 28 10 153 3F 3A
Octal 327 120 200 0 77 50 20 523 77 72
Binary 11010111 1010000 10000000 0 111111 101000 10000 101010011 111111 111010

Color Harmonies of #D75080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75080

Black with #D75080

Text Example


Text Example

White with #D75080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75080; }

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

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

background-color css

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

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

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

border-color css

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

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

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