Html Css Color HEX #D14478 Cranberry

📋 copy color: '#D14478'

red 209 ◦ green 68 ◦ blue 120

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

Shades of Cranberry #D14478

Tints of Cranberry #D14478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.23%

R = 52.64%
G = 17.13%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14478 (or 0xD14478) is known color: Cranberry. HEX triplet: D1, 44 and 78. RGB value is (209,68,120). Sum of RGB (Red+Green+Blue) = 209+68+120=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14478 is #2EBB87. Grayscale: #747474. Windows color (decimal): -3062664 or 7881937. OLE color: 7881937.

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

Color convert

RGB 209 68 120 -
CMYK 0 0.67 0.43 0.18
HSL 337.87º 0.61% 0.54% -
HSV(B) 337.87º 0.67% 0.82% -
XYZ 31.75 19.05 19.77 -
YUV 116.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 209 68 120 0 0.67 0.43 0.18 337.87 0.61 0.54
Hex D1 44 78 0 43 2B 12 152 3D 36
Octal 321 104 170 0 103 53 22 522 75 66
Binary 11010001 1000100 1111000 0 1000011 101011 10010 101010010 111101 110110

Color Harmonies of #D14478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14478

Black with #D14478

Text Example


Text Example

White with #D14478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14478; }

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

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

background-color css

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

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

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

border-color css

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

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

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