Html Css Color HEX #D14475 Cranberry

📋 copy color: '#D14475'

red 209 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #D14475

Tints of Cranberry #D14475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

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

R = 53.05%
G = 17.26%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14475 (or 0xD14475) is known color: Cranberry. HEX triplet: D1, 44 and 75. RGB value is (209,68,117). Sum of RGB (Red+Green+Blue) = 209+68+117=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14475 is #2EBB8A. Grayscale: #737373. Windows color (decimal): -3062667 or 7685329. OLE color: 7685329.

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

Color convert

RGB 209 68 117 -
CMYK 0 0.67 0.44 0.18
HSL 339.15º 0.61% 0.54% -
HSV(B) 339.15º 0.67% 0.82% -
XYZ 31.57 18.97 18.83 -
YUV 115.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 209 68 117 0 0.67 0.44 0.18 339.15 0.61 0.54
Hex D1 44 75 0 43 2C 12 153 3D 36
Octal 321 104 165 0 103 54 22 523 75 66
Binary 11010001 1000100 1110101 0 1000011 101100 10010 101010011 111101 110110

Color Harmonies of #D14475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14475

Black with #D14475

Text Example


Text Example

White with #D14475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14475; }

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

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

background-color css

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

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

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

border-color css

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

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

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