Html Css Color HEX #D14077 Cranberry

📋 copy color: '#D14077'

red 209 ◦ green 64 ◦ blue 119

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

Shades of Cranberry #D14077

Tints of Cranberry #D14077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.33%

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

R = 53.32%
G = 16.33%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14077 (or 0xD14077) is known color: Cranberry. HEX triplet: D1, 40 and 77. RGB value is (209,64,119). Sum of RGB (Red+Green+Blue) = 209+64+119=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D14077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14077 is #2EBF88. Grayscale: #717171. Windows color (decimal): -3063689 or 7815377. OLE color: 7815377.

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

Color convert

RGB 209 64 119 -
CMYK 0 0.69 0.43 0.18
HSL 337.24º 0.61% 0.54% -
HSV(B) 337.24º 0.69% 0.82% -
XYZ 31.46 18.55 19.38 -
YUV 113.63 131.04 196.03 -
System Red Green Blue C M Y K H S L
Decimal 209 64 119 0 0.69 0.43 0.18 337.24 0.61 0.54
Hex D1 40 77 0 45 2B 12 151 3D 36
Octal 321 100 167 0 105 53 22 521 75 66
Binary 11010001 1000000 1110111 0 1000101 101011 10010 101010001 111101 110110

Color Harmonies of #D14077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14077

Black with #D14077

Text Example


Text Example

White with #D14077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14077; }

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

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

background-color css

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

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

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

border-color css

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

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

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