Html Css Color HEX #D75479 Cranberry

📋 copy color: '#D75479'

red 215 ◦ green 84 ◦ blue 121

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

Shades of Cranberry #D75479

Tints of Cranberry #D75479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 51.19%
G = 20%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D75479 (or 0xD75479) is known color: Cranberry. HEX triplet: D7, 54 and 79. RGB value is (215,84,121). Sum of RGB (Red+Green+Blue) = 215+84+121=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D75479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75479 is #28AB86. Grayscale: #7F7F7F. Windows color (decimal): -2665351 or 7951575. OLE color: 7951575.

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

Color convert

RGB 215 84 121 -
CMYK 0 0.61 0.44 0.16
HSL 343.05º 0.62% 0.59% -
HSV(B) 343.05º 0.61% 0.84% -
XYZ 34.65 22.17 20.54 -
YUV 127.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 215 84 121 0 0.61 0.44 0.16 343.05 0.62 0.59
Hex D7 54 79 0 3D 2C 10 157 3E 3B
Octal 327 124 171 0 75 54 20 527 76 73
Binary 11010111 1010100 1111001 0 111101 101100 10000 101010111 111110 111011

Color Harmonies of #D75479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75479

Black with #D75479

Text Example


Text Example

White with #D75479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75479; }

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

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

background-color css

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

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

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

border-color css

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

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

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