Html Css Color HEX #D1567C Cranberry

📋 copy color: '#D1567C'

red 209 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D1567C

Tints of Cranberry #D1567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 49.88%
G = 20.53%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1567C (or 0xD1567C) is known color: Cranberry. HEX triplet: D1, 56 and 7C. RGB value is (209,86,124). Sum of RGB (Red+Green+Blue) = 209+86+124=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1567C is #2EA983. Grayscale: #7F7F7F. Windows color (decimal): -3058052 or 8148689. OLE color: 8148689.

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

Color convert

RGB 209 86 124 -
CMYK 0 0.59 0.41 0.18
HSL 341.46º 0.57% 0.58% -
HSV(B) 341.46º 0.59% 0.82% -
XYZ 33.26 21.67 21.5 -
YUV 127.11 126.25 186.41 -
System Red Green Blue C M Y K H S L
Decimal 209 86 124 0 0.59 0.41 0.18 341.46 0.57 0.58
Hex D1 56 7C 0 3B 29 12 155 39 3A
Octal 321 126 174 0 73 51 22 525 71 72
Binary 11010001 1010110 1111100 0 111011 101001 10010 101010101 111001 111010

Color Harmonies of #D1567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1567C

Black with #D1567C

Text Example


Text Example

White with #D1567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1567C; }

 p { color: rgb(209,86,124); }

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

background-color css

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

 a { background-color: rgb(209,86,124); }

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

border-color css

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

 span { border-color: rgb(209,86,124); }

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