Html Css Color HEX #D75178 Cranberry

📋 copy color: '#D75178'

red 215 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D75178

Tints of Cranberry #D75178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.47%

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

R = 51.68%
G = 19.47%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D75178 (or 0xD75178) is known color: Cranberry. HEX triplet: D7, 51 and 78. RGB value is (215,81,120). Sum of RGB (Red+Green+Blue) = 215+81+120=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D75178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75178 is #28AE87. Grayscale: #7D7D7D. Windows color (decimal): -2666120 or 7885271. OLE color: 7885271.

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

Color convert

RGB 215 81 120 -
CMYK 0 0.62 0.44 0.16
HSL 342.54º 0.63% 0.58% -
HSV(B) 342.54º 0.62% 0.84% -
XYZ 34.36 21.69 20.14 -
YUV 125.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 215 81 120 0 0.62 0.44 0.16 342.54 0.63 0.58
Hex D7 51 78 0 3E 2C 10 157 3F 3A
Octal 327 121 170 0 76 54 20 527 77 72
Binary 11010111 1010001 1111000 0 111110 101100 10000 101010111 111111 111010

Color Harmonies of #D75178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75178

Black with #D75178

Text Example


Text Example

White with #D75178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75178; }

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

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

background-color css

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

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

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

border-color css

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

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

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