Html Css Color HEX #D14F83 Cranberry

📋 copy color: '#D14F83'

red 209 ◦ green 79 ◦ blue 131

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

Shades of Cranberry #D14F83

Tints of Cranberry #D14F83

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 49.88%
G = 18.85%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D14F83 (or 0xD14F83) is known color: Cranberry. HEX triplet: D1, 4F and 83. RGB value is (209,79,131). Sum of RGB (Red+Green+Blue) = 209+79+131=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D14F83 is #2EB07C. Grayscale: #7B7B7B. Windows color (decimal): -3059837 or 8605649. OLE color: 8605649.

HSL color Cylindrical-coordinate representation of color #D14F83: hue angle of 336º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14F83 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 79 131 -
CMYK 0 0.62 0.37 0.18
HSL 336º 0.59% 0.56% -
HSV(B) 336º 0.62% 0.82% -
XYZ 33.19 20.79 23.74 -
YUV 123.8 132.07 188.77 -
System Red Green Blue C M Y K H S L
Decimal 209 79 131 0 0.62 0.37 0.18 336 0.59 0.56
Hex D1 4F 83 0 3E 25 12 150 3B 38
Octal 321 117 203 0 76 45 22 520 73 70
Binary 11010001 1001111 10000011 0 111110 100101 10010 101010000 111011 111000

Color Harmonies of #D14F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14F83

Black with #D14F83

Text Example


Text Example

White with #D14F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14F83; }

 p { color: rgb(209,79,131); }

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

background-color css

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

 a { background-color: rgb(209,79,131); }

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

border-color css

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

 span { border-color: rgb(209,79,131); }

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