Html Css Color HEX #D14679 Cranberry

📋 copy color: '#D14679'

red 209 ◦ green 70 ◦ blue 121

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

Shades of Cranberry #D14679

Tints of Cranberry #D14679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 52.25%
G = 17.5%
B = 30.25%

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

#D14679 (or 0xD14679) is known color: Cranberry. HEX triplet: D1, 46 and 79. RGB value is (209,70,121). Sum of RGB (Red+Green+Blue) = 209+70+121=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D14679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14679 is #2EB986. Grayscale: #757575. Windows color (decimal): -3062151 or 7947985. OLE color: 7947985.

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

Color convert

RGB 209 70 121 -
CMYK 0 0.67 0.42 0.18
HSL 337.99º 0.6% 0.55% -
HSV(B) 337.99º 0.67% 0.82% -
XYZ 31.94 19.32 20.13 -
YUV 117.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 209 70 121 0 0.67 0.42 0.18 337.99 0.6 0.55
Hex D1 46 79 0 43 2A 12 152 3C 37
Octal 321 106 171 0 103 52 22 522 74 67
Binary 11010001 1000110 1111001 0 1000011 101010 10010 101010010 111100 110111

Color Harmonies of #D14679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14679

Black with #D14679

Text Example


Text Example

White with #D14679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14679; }

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

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

background-color css

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

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

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

border-color css

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

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

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