Html Css Color HEX #D75280 Cranberry

📋 copy color: '#D75280'

red 215 ◦ green 82 ◦ blue 128

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

Shades of Cranberry #D75280

Tints of Cranberry #D75280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

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

R = 50.59%
G = 19.29%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75280 (or 0xD75280) is known color: Cranberry. HEX triplet: D7, 52 and 80. RGB value is (215,82,128). Sum of RGB (Red+Green+Blue) = 215+82+128=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D75280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75280 is #28AD7F. Grayscale: #7E7E7E. Windows color (decimal): -2665856 or 8409815. OLE color: 8409815.

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

Color convert

RGB 215 82 128 -
CMYK 0 0.62 0.40 0.16
HSL 339.25º 0.62% 0.58% -
HSV(B) 339.25º 0.62% 0.84% -
XYZ 34.94 22.04 22.83 -
YUV 127.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 215 82 128 0 0.62 0.40 0.16 339.25 0.62 0.58
Hex D7 52 80 0 3E 28 10 153 3E 3A
Octal 327 122 200 0 76 50 20 523 76 72
Binary 11010111 1010010 10000000 0 111110 101000 10000 101010011 111110 111010

Color Harmonies of #D75280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75280

Black with #D75280

Text Example


Text Example

White with #D75280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75280; }

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

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

background-color css

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

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

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

border-color css

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

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

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