Html Css Color HEX #D74677 Cranberry

📋 copy color: '#D74677'

red 215 ◦ green 70 ◦ blue 119

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

Shades of Cranberry #D74677

Tints of Cranberry #D74677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.46%

R = 53.22%
G = 17.33%
B = 29.46%

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

#D74677 (or 0xD74677) is known color: Cranberry. HEX triplet: D7, 46 and 77. RGB value is (215,70,119). Sum of RGB (Red+Green+Blue) = 215+70+119=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D74677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74677 is #28B988. Grayscale: #767676. Windows color (decimal): -2668937 or 7816919. OLE color: 7816919.

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

Color convert

RGB 215 70 119 -
CMYK 0 0.67 0.45 0.16
HSL 339.72º 0.64% 0.56% -
HSV(B) 339.72º 0.67% 0.84% -
XYZ 33.54 20.16 19.58 -
YUV 118.94 128.04 196.52 -
System Red Green Blue C M Y K H S L
Decimal 215 70 119 0 0.67 0.45 0.16 339.72 0.64 0.56
Hex D7 46 77 0 43 2D 10 154 40 38
Octal 327 106 167 0 103 55 20 524 100 70
Binary 11010111 1000110 1110111 0 1000011 101101 10000 101010100 1000000 111000

Color Harmonies of #D74677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74677

Black with #D74677

Text Example


Text Example

White with #D74677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74677; }

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

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

background-color css

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

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

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

border-color css

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

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

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