Html Css Color HEX #D1487E Cranberry

📋 copy color: '#D1487E'

red 209 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #D1487E

Tints of Cranberry #D1487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.69%

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

R = 51.35%
G = 17.69%
B = 30.96%

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

#D1487E (or 0xD1487E) is known color: Cranberry. HEX triplet: D1, 48 and 7E. RGB value is (209,72,126). Sum of RGB (Red+Green+Blue) = 209+72+126=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1487E is #2EB781. Grayscale: #777777. Windows color (decimal): -3061634 or 8276177. OLE color: 8276177.

HSL color Cylindrical-coordinate representation of color #D1487E: hue angle of 336.35º 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 #D1487E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 126 -
CMYK 0 0.66 0.40 0.18
HSL 336.35º 0.6% 0.55% -
HSV(B) 336.35º 0.66% 0.82% -
XYZ 32.38 19.7 21.83 -
YUV 119.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 209 72 126 0 0.66 0.40 0.18 336.35 0.6 0.55
Hex D1 48 7E 0 42 28 12 150 3C 37
Octal 321 110 176 0 102 50 22 520 74 67
Binary 11010001 1001000 1111110 0 1000010 101000 10010 101010000 111100 110111

Color Harmonies of #D1487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1487E

Black with #D1487E

Text Example


Text Example

White with #D1487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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