Html Css Color HEX #D1457C Cranberry

📋 copy color: '#D1457C'

red 209 ◦ green 69 ◦ blue 124

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

Shades of Cranberry #D1457C

Tints of Cranberry #D1457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.16%

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

R = 51.99%
G = 17.16%
B = 30.85%

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

#D1457C (or 0xD1457C) is known color: Cranberry. HEX triplet: D1, 45 and 7C. RGB value is (209,69,124). Sum of RGB (Red+Green+Blue) = 209+69+124=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1457C is #2EBA83. Grayscale: #757575. Windows color (decimal): -3062404 or 8144337. OLE color: 8144337.

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

Color convert

RGB 209 69 124 -
CMYK 0 0.67 0.41 0.18
HSL 336.43º 0.6% 0.55% -
HSV(B) 336.43º 0.67% 0.82% -
XYZ 32.06 19.27 21.1 -
YUV 117.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 209 69 124 0 0.67 0.41 0.18 336.43 0.6 0.55
Hex D1 45 7C 0 43 29 12 150 3C 37
Octal 321 105 174 0 103 51 22 520 74 67
Binary 11010001 1000101 1111100 0 1000011 101001 10010 101010000 111100 110111

Color Harmonies of #D1457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1457C

Black with #D1457C

Text Example


Text Example

White with #D1457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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