Html Css Color HEX #D1477E Cranberry

📋 copy color: '#D1477E'

red 209 ◦ green 71 ◦ blue 126

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

Shades of Cranberry #D1477E

Tints of Cranberry #D1477E

RGB

 RED value IS 209 (82.03% from 255) = 51.48%

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

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 51.48%
G = 17.49%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1477E (or 0xD1477E) is known color: Cranberry. HEX triplet: D1, 47 and 7E. RGB value is (209,71,126). Sum of RGB (Red+Green+Blue) = 209+71+126=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1477E is #2EB881. Grayscale: #767676. Windows color (decimal): -3061890 or 8275921. OLE color: 8275921.

HSL color Cylindrical-coordinate representation of color #D1477E: hue angle of 336.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1477E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 126 -
CMYK 0 0.66 0.40 0.18
HSL 336.09º 0.6% 0.55% -
HSV(B) 336.09º 0.66% 0.82% -
XYZ 32.31 19.57 21.81 -
YUV 118.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 209 71 126 0 0.66 0.40 0.18 336.09 0.6 0.55
Hex D1 47 7E 0 42 28 12 150 3C 37
Octal 321 107 176 0 102 50 22 520 74 67
Binary 11010001 1000111 1111110 0 1000010 101000 10010 101010000 111100 110111

Color Harmonies of #D1477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1477E

Black with #D1477E

Text Example


Text Example

White with #D1477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1477E; }

 p { color: rgb(209,71,126); }

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

background-color css

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

 a { background-color: rgb(209,71,126); }

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

border-color css

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

 span { border-color: rgb(209,71,126); }

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