Html Css Color HEX #D14580 Cranberry

📋 copy color: '#D14580'

red 209 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #D14580

Tints of Cranberry #D14580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.53%

R = 51.48%
G = 17%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D14580 (or 0xD14580) is known color: Cranberry. HEX triplet: D1, 45 and 80. RGB value is (209,69,128). Sum of RGB (Red+Green+Blue) = 209+69+128=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D14580 is #2EBA7F. Grayscale: #757575. Windows color (decimal): -3062400 or 8406481. OLE color: 8406481.

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

Color convert

RGB 209 69 128 -
CMYK 0 0.67 0.39 0.18
HSL 334.71º 0.6% 0.55% -
HSV(B) 334.71º 0.67% 0.82% -
XYZ 32.32 19.37 22.46 -
YUV 117.59 133.88 193.2 -
System Red Green Blue C M Y K H S L
Decimal 209 69 128 0 0.67 0.39 0.18 334.71 0.6 0.55
Hex D1 45 80 0 43 27 12 14F 3C 37
Octal 321 105 200 0 103 47 22 517 74 67
Binary 11010001 1000101 10000000 0 1000011 100111 10010 101001111 111100 110111

Color Harmonies of #D14580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14580

Black with #D14580

Text Example


Text Example

White with #D14580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14580; }

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

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

background-color css

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

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

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

border-color css

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

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

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