Html Css Color HEX #D75C80 Cranberry

📋 copy color: '#D75C80'

red 215 ◦ green 92 ◦ blue 128

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

Shades of Cranberry #D75C80

Tints of Cranberry #D75C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 49.43%
G = 21.15%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D75C80 (or 0xD75C80) is known color: Cranberry. HEX triplet: D7, 5C and 80. RGB value is (215,92,128). Sum of RGB (Red+Green+Blue) = 215+92+128=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75C80 is #28A37F. Grayscale: #848484. Windows color (decimal): -2663296 or 8412375. OLE color: 8412375.

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

Color convert

RGB 215 92 128 -
CMYK 0 0.57 0.40 0.16
HSL 342.44º 0.61% 0.6% -
HSV(B) 342.44º 0.57% 0.84% -
XYZ 35.75 23.66 23.1 -
YUV 132.88 125.25 186.57 -
System Red Green Blue C M Y K H S L
Decimal 215 92 128 0 0.57 0.40 0.16 342.44 0.61 0.6
Hex D7 5C 80 0 39 28 10 156 3D 3C
Octal 327 134 200 0 71 50 20 526 75 74
Binary 11010111 1011100 10000000 0 111001 101000 10000 101010110 111101 111100

Color Harmonies of #D75C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C80

Black with #D75C80

Text Example


Text Example

White with #D75C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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