Html Css Color HEX #D75779 Cranberry

📋 copy color: '#D75779'

red 215 ◦ green 87 ◦ blue 121

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

Shades of Cranberry #D75779

Tints of Cranberry #D75779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.57%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 50.83%
G = 20.57%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D75779 (or 0xD75779) is known color: Cranberry. HEX triplet: D7, 57 and 79. RGB value is (215,87,121). Sum of RGB (Red+Green+Blue) = 215+87+121=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D75779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75779 is #28A886. Grayscale: #818181. Windows color (decimal): -2664583 or 7952343. OLE color: 7952343.

HSL color Cylindrical-coordinate representation of color #D75779: hue angle of 344.06º 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 #D75779 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 87 121 -
CMYK 0 0.60 0.44 0.16
HSL 344.06º 0.62% 0.59% -
HSV(B) 344.06º 0.6% 0.84% -
XYZ 34.88 22.64 20.62 -
YUV 129.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 215 87 121 0 0.60 0.44 0.16 344.06 0.62 0.59
Hex D7 57 79 0 3C 2C 10 158 3E 3B
Octal 327 127 171 0 74 54 20 530 76 73
Binary 11010111 1010111 1111001 0 111100 101100 10000 101011000 111110 111011

Color Harmonies of #D75779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75779

Black with #D75779

Text Example


Text Example

White with #D75779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75779; }

 p { color: rgb(215,87,121); }

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

background-color css

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

 a { background-color: rgb(215,87,121); }

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

border-color css

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

 span { border-color: rgb(215,87,121); }

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