Html Css Color HEX #D75C78 Cranberry

📋 copy color: '#D75C78'

red 215 ◦ green 92 ◦ blue 120

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

Shades of Cranberry #D75C78

Tints of Cranberry #D75C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.55%

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

R = 50.35%
G = 21.55%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D75C78 (or 0xD75C78) is known color: Cranberry. HEX triplet: D7, 5C and 78. RGB value is (215,92,120). Sum of RGB (Red+Green+Blue) = 215+92+120=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C78 is #28A387. Grayscale: #838383. Windows color (decimal): -2663304 or 7888087. OLE color: 7888087.

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

Color convert

RGB 215 92 120 -
CMYK 0 0.57 0.44 0.16
HSL 346.34º 0.61% 0.6% -
HSV(B) 346.34º 0.57% 0.84% -
XYZ 35.24 23.46 20.44 -
YUV 131.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 215 92 120 0 0.57 0.44 0.16 346.34 0.61 0.6
Hex D7 5C 78 0 39 2C 10 15A 3D 3C
Octal 327 134 170 0 71 54 20 532 75 74
Binary 11010111 1011100 1111000 0 111001 101100 10000 101011010 111101 111100

Color Harmonies of #D75C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75C78

Black with #D75C78

Text Example


Text Example

White with #D75C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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