Html Css Color HEX #D74C78 Cranberry

📋 copy color: '#D74C78'

red 215 ◦ green 76 ◦ blue 120

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

Shades of Cranberry #D74C78

Tints of Cranberry #D74C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.49%

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

R = 52.31%
G = 18.49%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74C78 (or 0xD74C78) is known color: Cranberry. HEX triplet: D7, 4C and 78. RGB value is (215,76,120). Sum of RGB (Red+Green+Blue) = 215+76+120=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74C78 is #28B387. Grayscale: #7A7A7A. Windows color (decimal): -2667400 or 7883991. OLE color: 7883991.

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

Color convert

RGB 215 76 120 -
CMYK 0 0.65 0.44 0.16
HSL 341.01º 0.63% 0.57% -
HSV(B) 341.01º 0.65% 0.84% -
XYZ 34 20.97 20.03 -
YUV 122.58 126.55 193.92 -
System Red Green Blue C M Y K H S L
Decimal 215 76 120 0 0.65 0.44 0.16 341.01 0.63 0.57
Hex D7 4C 78 0 41 2C 10 155 3F 39
Octal 327 114 170 0 101 54 20 525 77 71
Binary 11010111 1001100 1111000 0 1000001 101100 10000 101010101 111111 111001

Color Harmonies of #D74C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74C78

Black with #D74C78

Text Example


Text Example

White with #D74C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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