Html Css Color HEX #D74F78 Cranberry

📋 copy color: '#D74F78'

red 215 ◦ green 79 ◦ blue 120

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

Shades of Cranberry #D74F78

Tints of Cranberry #D74F78

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

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

R = 51.93%
G = 19.08%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D74F78 (or 0xD74F78) is known color: Cranberry. HEX triplet: D7, 4F and 78. RGB value is (215,79,120). Sum of RGB (Red+Green+Blue) = 215+79+120=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74F78 is #28B087. Grayscale: #7C7C7C. Windows color (decimal): -2666632 or 7884759. OLE color: 7884759.

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

Color convert

RGB 215 79 120 -
CMYK 0 0.63 0.44 0.16
HSL 341.91º 0.63% 0.58% -
HSV(B) 341.91º 0.63% 0.84% -
XYZ 34.21 21.4 20.1 -
YUV 124.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 215 79 120 0 0.63 0.44 0.16 341.91 0.63 0.58
Hex D7 4F 78 0 3F 2C 10 156 3F 3A
Octal 327 117 170 0 77 54 20 526 77 72
Binary 11010111 1001111 1111000 0 111111 101100 10000 101010110 111111 111010

Color Harmonies of #D74F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74F78

Black with #D74F78

Text Example


Text Example

White with #D74F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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