Html Css Color HEX #D14677 Cranberry

📋 copy color: '#D14677'

red 209 ◦ green 70 ◦ blue 119

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

Shades of Cranberry #D14677

Tints of Cranberry #D14677

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 52.51%
G = 17.59%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14677 (or 0xD14677) is known color: Cranberry. HEX triplet: D1, 46 and 77. RGB value is (209,70,119). Sum of RGB (Red+Green+Blue) = 209+70+119=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D14677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14677 is #2EB988. Grayscale: #757575. Windows color (decimal): -3062153 or 7816913. OLE color: 7816913.

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

Color convert

RGB 209 70 119 -
CMYK 0 0.67 0.43 0.18
HSL 338.85º 0.6% 0.55% -
HSV(B) 338.85º 0.67% 0.82% -
XYZ 31.81 19.27 19.49 -
YUV 117.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 209 70 119 0 0.67 0.43 0.18 338.85 0.6 0.55
Hex D1 46 77 0 43 2B 12 153 3C 37
Octal 321 106 167 0 103 53 22 523 74 67
Binary 11010001 1000110 1110111 0 1000011 101011 10010 101010011 111100 110111

Color Harmonies of #D14677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14677

Black with #D14677

Text Example


Text Example

White with #D14677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14677; }

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

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

background-color css

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

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

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

border-color css

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

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

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