Html Css Color HEX #D1467E Cranberry

📋 copy color: '#D1467E'

red 209 ◦ green 70 ◦ blue 126

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

Shades of Cranberry #D1467E

Tints of Cranberry #D1467E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 51.6%
G = 17.28%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1467E (or 0xD1467E) is known color: Cranberry. HEX triplet: D1, 46 and 7E. RGB value is (209,70,126). Sum of RGB (Red+Green+Blue) = 209+70+126=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1467E is #2EB981. Grayscale: #757575. Windows color (decimal): -3062146 or 8275665. OLE color: 8275665.

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

Color convert

RGB 209 70 126 -
CMYK 0 0.67 0.40 0.18
HSL 335.83º 0.6% 0.55% -
HSV(B) 335.83º 0.67% 0.82% -
XYZ 32.25 19.44 21.79 -
YUV 117.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 209 70 126 0 0.67 0.40 0.18 335.83 0.6 0.55
Hex D1 46 7E 0 43 28 12 150 3C 37
Octal 321 106 176 0 103 50 22 520 74 67
Binary 11010001 1000110 1111110 0 1000011 101000 10010 101010000 111100 110111

Color Harmonies of #D1467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1467E

Black with #D1467E

Text Example


Text Example

White with #D1467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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