Html Css Color HEX #D1547E Cranberry

📋 copy color: '#D1547E'

red 209 ◦ green 84 ◦ blue 126

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

Shades of Cranberry #D1547E

Tints of Cranberry #D1547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.05%

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

R = 49.88%
G = 20.05%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1547E (or 0xD1547E) is known color: Cranberry. HEX triplet: D1, 54 and 7E. RGB value is (209,84,126). Sum of RGB (Red+Green+Blue) = 209+84+126=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1547E is #2EAB81. Grayscale: #7E7E7E. Windows color (decimal): -3058562 or 8279249. OLE color: 8279249.

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

Color convert

RGB 209 84 126 -
CMYK 0 0.60 0.40 0.18
HSL 339.84º 0.58% 0.57% -
HSV(B) 339.84º 0.6% 0.82% -
XYZ 33.23 21.4 22.12 -
YUV 126.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 209 84 126 0 0.60 0.40 0.18 339.84 0.58 0.57
Hex D1 54 7E 0 3C 28 12 154 3A 39
Octal 321 124 176 0 74 50 22 524 72 71
Binary 11010001 1010100 1111110 0 111100 101000 10010 101010100 111010 111001

Color Harmonies of #D1547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1547E

Black with #D1547E

Text Example


Text Example

White with #D1547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1547E; }

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

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

background-color css

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

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

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

border-color css

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

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

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