Html Css Color HEX #D74786 Cranberry

📋 copy color: '#D74786'

red 215 ◦ green 71 ◦ blue 134

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

Shades of Cranberry #D74786

Tints of Cranberry #D74786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.9%

R = 51.19%
G = 16.9%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D74786 (or 0xD74786) is known color: Cranberry. HEX triplet: D7, 47 and 86. RGB value is (215,71,134). Sum of RGB (Red+Green+Blue) = 215+71+134=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D74786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74786 is #28B879. Grayscale: #797979. Windows color (decimal): -2668666 or 8800215. OLE color: 8800215.

HSL color Cylindrical-coordinate representation of color #D74786: hue angle of 333.75º 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 #D74786 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 71 134 -
CMYK 0 0.67 0.38 0.16
HSL 333.75º 0.64% 0.56% -
HSV(B) 333.75º 0.67% 0.84% -
XYZ 34.58 20.67 24.72 -
YUV 121.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 215 71 134 0 0.67 0.38 0.16 333.75 0.64 0.56
Hex D7 47 86 0 43 26 10 14E 40 38
Octal 327 107 206 0 103 46 20 516 100 70
Binary 11010111 1000111 10000110 0 1000011 100110 10000 101001110 1000000 111000

Color Harmonies of #D74786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74786

Black with #D74786

Text Example


Text Example

White with #D74786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74786; }

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

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

background-color css

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

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

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

border-color css

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

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

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