Html Css Color HEX #D75378 Cranberry

📋 copy color: '#D75378'

red 215 ◦ green 83 ◦ blue 120

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

Shades of Cranberry #D75378

Tints of Cranberry #D75378

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 51.44%
G = 19.86%
B = 28.71%

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

#D75378 (or 0xD75378) is known color: Cranberry. HEX triplet: D7, 53 and 78. RGB value is (215,83,120). Sum of RGB (Red+Green+Blue) = 215+83+120=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 120 (47.27% from 255 or 28.71% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D75378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75378 is #28AC87. Grayscale: #7E7E7E. Windows color (decimal): -2665608 or 7885783. OLE color: 7885783.

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

Color convert

RGB 215 83 120 -
CMYK 0 0.61 0.44 0.16
HSL 343.18º 0.62% 0.58% -
HSV(B) 343.18º 0.61% 0.84% -
XYZ 34.51 21.99 20.19 -
YUV 126.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 215 83 120 0 0.61 0.44 0.16 343.18 0.62 0.58
Hex D7 53 78 0 3D 2C 10 157 3E 3A
Octal 327 123 170 0 75 54 20 527 76 72
Binary 11010111 1010011 1111000 0 111101 101100 10000 101010111 111110 111010

Color Harmonies of #D75378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75378

Black with #D75378

Text Example


Text Example

White with #D75378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75378; }

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

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

background-color css

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

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

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

border-color css

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

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

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