Html Css Color HEX #D14275 Cranberry

📋 copy color: '#D14275'

red 209 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #D14275

Tints of Cranberry #D14275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.84%

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

R = 53.32%
G = 16.84%
B = 29.85%

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

#D14275 (or 0xD14275) is known color: Cranberry. HEX triplet: D1, 42 and 75. RGB value is (209,66,117). Sum of RGB (Red+Green+Blue) = 209+66+117=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D14275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14275 is #2EBD8A. Grayscale: #727272. Windows color (decimal): -3063179 or 7684817. OLE color: 7684817.

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

Color convert

RGB 209 66 117 -
CMYK 0 0.68 0.44 0.18
HSL 338.6º 0.61% 0.54% -
HSV(B) 338.6º 0.68% 0.82% -
XYZ 31.45 18.74 18.79 -
YUV 114.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 209 66 117 0 0.68 0.44 0.18 338.6 0.61 0.54
Hex D1 42 75 0 44 2C 12 153 3D 36
Octal 321 102 165 0 104 54 22 523 75 66
Binary 11010001 1000010 1110101 0 1000100 101100 10010 101010011 111101 110110

Color Harmonies of #D14275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14275

Black with #D14275

Text Example


Text Example

White with #D14275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14275; }

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

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

background-color css

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

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

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

border-color css

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

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

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