Html Css Color HEX #D74776 Cranberry

📋 copy color: '#D74776'

red 215 ◦ green 71 ◦ blue 118

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

Shades of Cranberry #D74776

Tints of Cranberry #D74776

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.57%

 BLUE value IS 118 (46.48% from 255) = 29.21%

R = 53.22%
G = 17.57%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D74776 (or 0xD74776) is known color: Cranberry. HEX triplet: D7, 47 and 76. RGB value is (215,71,118). Sum of RGB (Red+Green+Blue) = 215+71+118=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 118 (46.48% from 255 or 29.21% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D74776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74776 is #28B889. Grayscale: #777777. Windows color (decimal): -2668682 or 7751639. OLE color: 7751639.

HSL color Cylindrical-coordinate representation of color #D74776: hue angle of 340.42º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74776 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 118 -
CMYK 0 0.67 0.45 0.16
HSL 340.42º 0.64% 0.56% -
HSV(B) 340.42º 0.67% 0.84% -
XYZ 33.55 20.26 19.28 -
YUV 119.41 127.21 196.18 -
System Red Green Blue C M Y K H S L
Decimal 215 71 118 0 0.67 0.45 0.16 340.42 0.64 0.56
Hex D7 47 76 0 43 2D 10 154 40 38
Octal 327 107 166 0 103 55 20 524 100 70
Binary 11010111 1000111 1110110 0 1000011 101101 10000 101010100 1000000 111000

Color Harmonies of #D74776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74776

Black with #D74776

Text Example


Text Example

White with #D74776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74776; }

 p { color: rgb(215,71,118); }

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

background-color css

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

 a { background-color: rgb(215,71,118); }

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

border-color css

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

 span { border-color: rgb(215,71,118); }

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