Html Css Color HEX #D7477F Cranberry

📋 copy color: '#D7477F'

red 215 ◦ green 71 ◦ blue 127

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

Shades of Cranberry #D7477F

Tints of Cranberry #D7477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 52.06%
G = 17.19%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7477F (or 0xD7477F) is known color: Cranberry. HEX triplet: D7, 47 and 7F. RGB value is (215,71,127). Sum of RGB (Red+Green+Blue) = 215+71+127=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7477F is #28B880. Grayscale: #787878. Windows color (decimal): -2668673 or 8341463. OLE color: 8341463.

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

Color convert

RGB 215 71 127 -
CMYK 0 0.67 0.41 0.16
HSL 336.67º 0.64% 0.56% -
HSV(B) 336.67º 0.67% 0.84% -
XYZ 34.11 20.49 22.24 -
YUV 120.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 215 71 127 0 0.67 0.41 0.16 336.67 0.64 0.56
Hex D7 47 7F 0 43 29 10 151 40 38
Octal 327 107 177 0 103 51 20 521 100 70
Binary 11010111 1000111 1111111 0 1000011 101001 10000 101010001 1000000 111000

Color Harmonies of #D7477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7477F

Black with #D7477F

Text Example


Text Example

White with #D7477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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