Html Css Color HEX #D7477C Cranberry

📋 copy color: '#D7477C'

red 215 ◦ green 71 ◦ blue 124

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

Shades of Cranberry #D7477C

Tints of Cranberry #D7477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 52.44%
G = 17.32%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7477C (or 0xD7477C) is known color: Cranberry. HEX triplet: D7, 47 and 7C. RGB value is (215,71,124). Sum of RGB (Red+Green+Blue) = 215+71+124=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D7477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7477C is #28B883. Grayscale: #787878. Windows color (decimal): -2668676 or 8144855. OLE color: 8144855.

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

Color convert

RGB 215 71 124 -
CMYK 0 0.67 0.42 0.16
HSL 337.92º 0.64% 0.56% -
HSV(B) 337.92º 0.67% 0.84% -
XYZ 33.92 20.41 21.22 -
YUV 120.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 215 71 124 0 0.67 0.42 0.16 337.92 0.64 0.56
Hex D7 47 7C 0 43 2A 10 152 40 38
Octal 327 107 174 0 103 52 20 522 100 70
Binary 11010111 1000111 1111100 0 1000011 101010 10000 101010010 1000000 111000

Color Harmonies of #D7477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7477C

Black with #D7477C

Text Example


Text Example

White with #D7477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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