Html Css Color HEX #D75E80 Cranberry

📋 copy color: '#D75E80'

red 215 ◦ green 94 ◦ blue 128

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

Shades of Cranberry #D75E80

Tints of Cranberry #D75E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

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

R = 49.2%
G = 21.51%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75E80 (or 0xD75E80) is known color: Cranberry. HEX triplet: D7, 5E and 80. RGB value is (215,94,128). Sum of RGB (Red+Green+Blue) = 215+94+128=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75E80 is #28A17F. Grayscale: #868686. Windows color (decimal): -2662784 or 8412887. OLE color: 8412887.

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

Color convert

RGB 215 94 128 -
CMYK 0 0.56 0.40 0.16
HSL 343.14º 0.6% 0.61% -
HSV(B) 343.14º 0.56% 0.84% -
XYZ 35.92 24.01 23.16 -
YUV 134.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 215 94 128 0 0.56 0.40 0.16 343.14 0.6 0.61
Hex D7 5E 80 0 38 28 10 157 3C 3D
Octal 327 136 200 0 70 50 20 527 74 75
Binary 11010111 1011110 10000000 0 111000 101000 10000 101010111 111100 111101

Color Harmonies of #D75E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E80

Black with #D75E80

Text Example


Text Example

White with #D75E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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