Html Css Color HEX #D1457A Cranberry

📋 copy color: '#D1457A'

red 209 ◦ green 69 ◦ blue 122

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

Shades of Cranberry #D1457A

Tints of Cranberry #D1457A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 52.25%
G = 17.25%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1457A (or 0xD1457A) is known color: Cranberry. HEX triplet: D1, 45 and 7A. RGB value is (209,69,122). Sum of RGB (Red+Green+Blue) = 209+69+122=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1457A is #2EBA85. Grayscale: #747474. Windows color (decimal): -3062406 or 8013265. OLE color: 8013265.

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

Color convert

RGB 209 69 122 -
CMYK 0 0.67 0.42 0.18
HSL 337.29º 0.6% 0.55% -
HSV(B) 337.29º 0.67% 0.82% -
XYZ 31.94 19.22 20.44 -
YUV 116.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 209 69 122 0 0.67 0.42 0.18 337.29 0.6 0.55
Hex D1 45 7A 0 43 2A 12 151 3C 37
Octal 321 105 172 0 103 52 22 521 74 67
Binary 11010001 1000101 1111010 0 1000011 101010 10010 101010001 111100 110111

Color Harmonies of #D1457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1457A

Black with #D1457A

Text Example


Text Example

White with #D1457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1457A; }

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

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

background-color css

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

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

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

border-color css

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

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

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