Html Css Color HEX #D14578 Cranberry

📋 copy color: '#D14578'

red 209 ◦ green 69 ◦ blue 120

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

Shades of Cranberry #D14578

Tints of Cranberry #D14578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.34%

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

R = 52.51%
G = 17.34%
B = 30.15%

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

#D14578 (or 0xD14578) is known color: Cranberry. HEX triplet: D1, 45 and 78. RGB value is (209,69,120). Sum of RGB (Red+Green+Blue) = 209+69+120=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D14578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14578 is #2EBA87. Grayscale: #747474. Windows color (decimal): -3062408 or 7882193. OLE color: 7882193.

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

Color convert

RGB 209 69 120 -
CMYK 0 0.67 0.43 0.18
HSL 338.14º 0.6% 0.55% -
HSV(B) 338.14º 0.67% 0.82% -
XYZ 31.81 19.17 19.79 -
YUV 116.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 209 69 120 0 0.67 0.43 0.18 338.14 0.6 0.55
Hex D1 45 78 0 43 2B 12 152 3C 37
Octal 321 105 170 0 103 53 22 522 74 67
Binary 11010001 1000101 1111000 0 1000011 101011 10010 101010010 111100 110111

Color Harmonies of #D14578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14578

Black with #D14578

Text Example


Text Example

White with #D14578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14578; }

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

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

background-color css

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

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

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

border-color css

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

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

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