Html Css Color HEX #D75E78 Cranberry

📋 copy color: '#D75E78'

red 215 ◦ green 94 ◦ blue 120

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

Shades of Cranberry #D75E78

Tints of Cranberry #D75E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 50.12%
G = 21.91%
B = 27.97%

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

#D75E78 (or 0xD75E78) is known color: Cranberry. HEX triplet: D7, 5E and 78. RGB value is (215,94,120). Sum of RGB (Red+Green+Blue) = 215+94+120=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E78 is #28A187. Grayscale: #858585. Windows color (decimal): -2662792 or 7888599. OLE color: 7888599.

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

Color convert

RGB 215 94 120 -
CMYK 0 0.56 0.44 0.16
HSL 347.11º 0.6% 0.61% -
HSV(B) 347.11º 0.56% 0.84% -
XYZ 35.42 23.81 20.5 -
YUV 133.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 215 94 120 0 0.56 0.44 0.16 347.11 0.6 0.61
Hex D7 5E 78 0 38 2C 10 15B 3C 3D
Octal 327 136 170 0 70 54 20 533 74 75
Binary 11010111 1011110 1111000 0 111000 101100 10000 101011011 111100 111101

Color Harmonies of #D75E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E78

Black with #D75E78

Text Example


Text Example

White with #D75E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E78; }

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

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

background-color css

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

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

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

border-color css

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

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

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