Html Css Color HEX #D14375 Cranberry

📋 copy color: '#D14375'

red 209 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #D14375

Tints of Cranberry #D14375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.05%

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

R = 53.18%
G = 17.05%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14375 (or 0xD14375) is known color: Cranberry. HEX triplet: D1, 43 and 75. RGB value is (209,67,117). Sum of RGB (Red+Green+Blue) = 209+67+117=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14375 is #2EBC8A. Grayscale: #737373. Windows color (decimal): -3062923 or 7685073. OLE color: 7685073.

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

Color convert

RGB 209 67 117 -
CMYK 0 0.68 0.44 0.18
HSL 338.87º 0.61% 0.54% -
HSV(B) 338.87º 0.68% 0.82% -
XYZ 31.51 18.85 18.81 -
YUV 115.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 209 67 117 0 0.68 0.44 0.18 338.87 0.61 0.54
Hex D1 43 75 0 44 2C 12 153 3D 36
Octal 321 103 165 0 104 54 22 523 75 66
Binary 11010001 1000011 1110101 0 1000100 101100 10010 101010011 111101 110110

Color Harmonies of #D14375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14375

Black with #D14375

Text Example


Text Example

White with #D14375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14375; }

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

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

background-color css

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

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

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

border-color css

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

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

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