Html Css Color HEX #D75980 Cranberry

📋 copy color: '#D75980'

red 215 ◦ green 89 ◦ blue 128

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

Shades of Cranberry #D75980

Tints of Cranberry #D75980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

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

R = 49.77%
G = 20.6%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75980 (or 0xD75980) is known color: Cranberry. HEX triplet: D7, 59 and 80. RGB value is (215,89,128). Sum of RGB (Red+Green+Blue) = 215+89+128=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D75980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75980 is #28A67F. Grayscale: #838383. Windows color (decimal): -2664064 or 8411607. OLE color: 8411607.

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

Color convert

RGB 215 89 128 -
CMYK 0 0.59 0.40 0.16
HSL 341.43º 0.61% 0.6% -
HSV(B) 341.43º 0.59% 0.84% -
XYZ 35.49 23.15 23.02 -
YUV 131.12 126.24 187.83 -
System Red Green Blue C M Y K H S L
Decimal 215 89 128 0 0.59 0.40 0.16 341.43 0.61 0.6
Hex D7 59 80 0 3B 28 10 155 3D 3C
Octal 327 131 200 0 73 50 20 525 75 74
Binary 11010111 1011001 10000000 0 111011 101000 10000 101010101 111101 111100

Color Harmonies of #D75980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75980

Black with #D75980

Text Example


Text Example

White with #D75980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75980; }

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

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

background-color css

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

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

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

border-color css

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

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

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