Html Css Color HEX #D1467B Cranberry

📋 copy color: '#D1467B'

red 209 ◦ green 70 ◦ blue 123

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

Shades of Cranberry #D1467B

Tints of Cranberry #D1467B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.6%

R = 51.99%
G = 17.41%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1467B (or 0xD1467B) is known color: Cranberry. HEX triplet: D1, 46 and 7B. RGB value is (209,70,123). Sum of RGB (Red+Green+Blue) = 209+70+123=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1467B is #2EB984. Grayscale: #757575. Windows color (decimal): -3062149 or 8079057. OLE color: 8079057.

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

Color convert

RGB 209 70 123 -
CMYK 0 0.67 0.41 0.18
HSL 337.12º 0.6% 0.55% -
HSV(B) 337.12º 0.67% 0.82% -
XYZ 32.06 19.37 20.79 -
YUV 117.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 209 70 123 0 0.67 0.41 0.18 337.12 0.6 0.55
Hex D1 46 7B 0 43 29 12 151 3C 37
Octal 321 106 173 0 103 51 22 521 74 67
Binary 11010001 1000110 1111011 0 1000011 101001 10010 101010001 111100 110111

Color Harmonies of #D1467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1467B

Black with #D1467B

Text Example


Text Example

White with #D1467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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