Html Css Color HEX #D14875 Cranberry

📋 copy color: '#D14875'

red 209 ◦ green 72 ◦ blue 117

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

Shades of Cranberry #D14875

Tints of Cranberry #D14875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.09%

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 52.51%
G = 18.09%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14875 (or 0xD14875) is known color: Cranberry. HEX triplet: D1, 48 and 75. RGB value is (209,72,117). Sum of RGB (Red+Green+Blue) = 209+72+117=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D14875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14875 is #2EB78A. Grayscale: #767676. Windows color (decimal): -3061643 or 7686353. OLE color: 7686353.

HSL color Cylindrical-coordinate representation of color #D14875: hue angle of 340.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14875 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 117 -
CMYK 0 0.66 0.44 0.18
HSL 340.29º 0.6% 0.55% -
HSV(B) 340.29º 0.66% 0.82% -
XYZ 31.82 19.47 18.91 -
YUV 118.09 127.39 192.84 -
System Red Green Blue C M Y K H S L
Decimal 209 72 117 0 0.66 0.44 0.18 340.29 0.6 0.55
Hex D1 48 75 0 42 2C 12 154 3C 37
Octal 321 110 165 0 102 54 22 524 74 67
Binary 11010001 1001000 1110101 0 1000010 101100 10010 101010100 111100 110111

Color Harmonies of #D14875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14875

Black with #D14875

Text Example


Text Example

White with #D14875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14875; }

 p { color: rgb(209,72,117); }

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

background-color css

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

 a { background-color: rgb(209,72,117); }

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

border-color css

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

 span { border-color: rgb(209,72,117); }

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