Html Css Color HEX #D74772 Cranberry

📋 copy color: '#D74772'

red 215 ◦ green 71 ◦ blue 114

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

Shades of Cranberry #D74772

Tints of Cranberry #D74772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 53.75%
G = 17.75%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D74772 (or 0xD74772) is known color: Cranberry. HEX triplet: D7, 47 and 72. RGB value is (215,71,114). Sum of RGB (Red+Green+Blue) = 215+71+114=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D74772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74772 is #28B88D. Grayscale: #767676. Windows color (decimal): -2668686 or 7489495. OLE color: 7489495.

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

Color convert

RGB 215 71 114 -
CMYK 0 0.67 0.47 0.16
HSL 342.08º 0.64% 0.56% -
HSV(B) 342.08º 0.67% 0.84% -
XYZ 33.31 20.17 18.06 -
YUV 118.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 215 71 114 0 0.67 0.47 0.16 342.08 0.64 0.56
Hex D7 47 72 0 43 2F 10 156 40 38
Octal 327 107 162 0 103 57 20 526 100 70
Binary 11010111 1000111 1110010 0 1000011 101111 10000 101010110 1000000 111000

Color Harmonies of #D74772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74772

Black with #D74772

Text Example


Text Example

White with #D74772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74772; }

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

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

background-color css

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

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

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

border-color css

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

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

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