Html Css Color HEX #D1487F Cranberry

📋 copy color: '#D1487F'

red 209 ◦ green 72 ◦ blue 127

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

Shades of Cranberry #D1487F

Tints of Cranberry #D1487F

RGB

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

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

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

R = 51.23%
G = 17.65%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1487F (or 0xD1487F) is known color: Cranberry. HEX triplet: D1, 48 and 7F. RGB value is (209,72,127). Sum of RGB (Red+Green+Blue) = 209+72+127=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1487F is #2EB780. Grayscale: #777777. Windows color (decimal): -3061633 or 8341713. OLE color: 8341713.

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

Color convert

RGB 209 72 127 -
CMYK 0 0.66 0.39 0.18
HSL 335.91º 0.6% 0.55% -
HSV(B) 335.91º 0.66% 0.82% -
XYZ 32.44 19.72 22.18 -
YUV 119.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 209 72 127 0 0.66 0.39 0.18 335.91 0.6 0.55
Hex D1 48 7F 0 42 27 12 150 3C 37
Octal 321 110 177 0 102 47 22 520 74 67
Binary 11010001 1001000 1111111 0 1000010 100111 10010 101010000 111100 110111

Color Harmonies of #D1487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1487F

Black with #D1487F

Text Example


Text Example

White with #D1487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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