Html Css Color HEX #D1567E Cranberry

📋 copy color: '#D1567E'

red 209 ◦ green 86 ◦ blue 126

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

Shades of Cranberry #D1567E

Tints of Cranberry #D1567E

RGB

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

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

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

R = 49.64%
G = 20.43%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1567E (or 0xD1567E) is known color: Cranberry. HEX triplet: D1, 56 and 7E. RGB value is (209,86,126). Sum of RGB (Red+Green+Blue) = 209+86+126=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1567E is #2EA981. Grayscale: #7F7F7F. Windows color (decimal): -3058050 or 8279761. OLE color: 8279761.

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

Color convert

RGB 209 86 126 -
CMYK 0 0.59 0.40 0.18
HSL 340.49º 0.57% 0.58% -
HSV(B) 340.49º 0.59% 0.82% -
XYZ 33.39 21.72 22.17 -
YUV 127.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 209 86 126 0 0.59 0.40 0.18 340.49 0.57 0.58
Hex D1 56 7E 0 3B 28 12 154 39 3A
Octal 321 126 176 0 73 50 22 524 71 72
Binary 11010001 1010110 1111110 0 111011 101000 10010 101010100 111001 111010

Color Harmonies of #D1567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1567E

Black with #D1567E

Text Example


Text Example

White with #D1567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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