Html Css Color HEX #D75677 Cranberry

📋 copy color: '#D75677'

red 215 ◦ green 86 ◦ blue 119

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

Shades of Cranberry #D75677

Tints of Cranberry #D75677

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

 BLUE value IS 119 (46.88% from 255) = 28.33%

R = 51.19%
G = 20.48%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D75677 (or 0xD75677) is known color: Cranberry. HEX triplet: D7, 56 and 77. RGB value is (215,86,119). Sum of RGB (Red+Green+Blue) = 215+86+119=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D75677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75677 is #28A988. Grayscale: #808080. Windows color (decimal): -2664841 or 7821015. OLE color: 7821015.

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

Color convert

RGB 215 86 119 -
CMYK 0 0.6 0.45 0.16
HSL 344.65º 0.62% 0.59% -
HSV(B) 344.65º 0.6% 0.84% -
XYZ 34.68 22.43 19.96 -
YUV 128.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 215 86 119 0 0.6 0.45 0.16 344.65 0.62 0.59
Hex D7 56 77 0 3C 2D 10 159 3E 3B
Octal 327 126 167 0 74 55 20 531 76 73
Binary 11010111 1010110 1110111 0 111100 101101 10000 101011001 111110 111011

Color Harmonies of #D75677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75677

Black with #D75677

Text Example


Text Example

White with #D75677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75677; }

 p { color: rgb(215,86,119); }

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

background-color css

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

 a { background-color: rgb(215,86,119); }

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

border-color css

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

 span { border-color: rgb(215,86,119); }

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