Html Css Color HEX #D1467F Cranberry

📋 copy color: '#D1467F'

red 209 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #D1467F

Tints of Cranberry #D1467F

RGB

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

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

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

R = 51.48%
G = 17.24%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1467F (or 0xD1467F) is known color: Cranberry. HEX triplet: D1, 46 and 7F. RGB value is (209,70,127). Sum of RGB (Red+Green+Blue) = 209+70+127=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D1467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1467F is #2EB980. Grayscale: #757575. Windows color (decimal): -3062145 or 8341201. OLE color: 8341201.

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

Color convert

RGB 209 70 127 -
CMYK 0 0.67 0.39 0.18
HSL 335.4º 0.6% 0.55% -
HSV(B) 335.4º 0.67% 0.82% -
XYZ 32.32 19.47 22.13 -
YUV 118.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 209 70 127 0 0.67 0.39 0.18 335.4 0.6 0.55
Hex D1 46 7F 0 43 27 12 14F 3C 37
Octal 321 106 177 0 103 47 22 517 74 67
Binary 11010001 1000110 1111111 0 1000011 100111 10010 101001111 111100 110111

Color Harmonies of #D1467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1467F

Black with #D1467F

Text Example


Text Example

White with #D1467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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