Html Css Color HEX #D75880 Cranberry

📋 copy color: '#D75880'

red 215 ◦ green 88 ◦ blue 128

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

Shades of Cranberry #D75880

Tints of Cranberry #D75880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.42%

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

R = 49.88%
G = 20.42%
B = 29.7%

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

#D75880 (or 0xD75880) is known color: Cranberry. HEX triplet: D7, 58 and 80. RGB value is (215,88,128). Sum of RGB (Red+Green+Blue) = 215+88+128=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D75880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75880 is #28A77F. Grayscale: #828282. Windows color (decimal): -2664320 or 8411351. OLE color: 8411351.

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

Color convert

RGB 215 88 128 -
CMYK 0 0.59 0.40 0.16
HSL 341.1º 0.61% 0.59% -
HSV(B) 341.1º 0.59% 0.84% -
XYZ 35.41 22.99 22.99 -
YUV 130.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 215 88 128 0 0.59 0.40 0.16 341.1 0.61 0.59
Hex D7 58 80 0 3B 28 10 155 3D 3B
Octal 327 130 200 0 73 50 20 525 75 73
Binary 11010111 1011000 10000000 0 111011 101000 10000 101010101 111101 111011

Color Harmonies of #D75880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75880

Black with #D75880

Text Example


Text Example

White with #D75880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75880; }

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

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

background-color css

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

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

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

border-color css

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

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

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