Html Css Color HEX #D75E79 Cranberry

📋 copy color: '#D75E79'

red 215 ◦ green 94 ◦ blue 121

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

Shades of Cranberry #D75E79

Tints of Cranberry #D75E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 50%
G = 21.86%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D75E79 (or 0xD75E79) is known color: Cranberry. HEX triplet: D7, 5E and 79. RGB value is (215,94,121). Sum of RGB (Red+Green+Blue) = 215+94+121=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E79 is #28A186. Grayscale: #858585. Windows color (decimal): -2662791 or 7954135. OLE color: 7954135.

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

Color convert

RGB 215 94 121 -
CMYK 0 0.56 0.44 0.16
HSL 346.61º 0.6% 0.61% -
HSV(B) 346.61º 0.56% 0.84% -
XYZ 35.48 23.83 20.82 -
YUV 133.26 121.09 186.3 -
System Red Green Blue C M Y K H S L
Decimal 215 94 121 0 0.56 0.44 0.16 346.61 0.6 0.61
Hex D7 5E 79 0 38 2C 10 15B 3C 3D
Octal 327 136 171 0 70 54 20 533 74 75
Binary 11010111 1011110 1111001 0 111000 101100 10000 101011011 111100 111101

Color Harmonies of #D75E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E79

Black with #D75E79

Text Example


Text Example

White with #D75E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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