Html Css Color HEX #D74676 Cranberry

📋 copy color: '#D74676'

red 215 ◦ green 70 ◦ blue 118

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

Shades of Cranberry #D74676

Tints of Cranberry #D74676

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 53.35%
G = 17.37%
B = 29.28%

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

#D74676 (or 0xD74676) is known color: Cranberry. HEX triplet: D7, 46 and 76. RGB value is (215,70,118). Sum of RGB (Red+Green+Blue) = 215+70+118=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D74676 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74676 is #28B989. Grayscale: #767676. Windows color (decimal): -2668938 or 7751383. OLE color: 7751383.

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

Color convert

RGB 215 70 118 -
CMYK 0 0.67 0.45 0.16
HSL 340.14º 0.64% 0.56% -
HSV(B) 340.14º 0.67% 0.84% -
XYZ 33.48 20.14 19.26 -
YUV 118.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 215 70 118 0 0.67 0.45 0.16 340.14 0.64 0.56
Hex D7 46 76 0 43 2D 10 154 40 38
Octal 327 106 166 0 103 55 20 524 100 70
Binary 11010111 1000110 1110110 0 1000011 101101 10000 101010100 1000000 111000

Color Harmonies of #D74676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74676

Black with #D74676

Text Example


Text Example

White with #D74676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74676; }

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

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

background-color css

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

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

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

border-color css

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

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

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