Html Css Color HEX #D14577 Cranberry

📋 copy color: '#D14577'

red 209 ◦ green 69 ◦ blue 119

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

Shades of Cranberry #D14577

Tints of Cranberry #D14577

RGB

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

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

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

R = 52.64%
G = 17.38%
B = 29.97%

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

#D14577 (or 0xD14577) is known color: Cranberry. HEX triplet: D1, 45 and 77. RGB value is (209,69,119). Sum of RGB (Red+Green+Blue) = 209+69+119=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14577 is #2EBA88. Grayscale: #747474. Windows color (decimal): -3062409 or 7816657. OLE color: 7816657.

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

Color convert

RGB 209 69 119 -
CMYK 0 0.67 0.43 0.18
HSL 338.57º 0.6% 0.55% -
HSV(B) 338.57º 0.67% 0.82% -
XYZ 31.75 19.14 19.47 -
YUV 116.56 129.38 193.93 -
System Red Green Blue C M Y K H S L
Decimal 209 69 119 0 0.67 0.43 0.18 338.57 0.6 0.55
Hex D1 45 77 0 43 2B 12 153 3C 37
Octal 321 105 167 0 103 53 22 523 74 67
Binary 11010001 1000101 1110111 0 1000011 101011 10010 101010011 111100 110111

Color Harmonies of #D14577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14577

Black with #D14577

Text Example


Text Example

White with #D14577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14577; }

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

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

background-color css

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

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

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

border-color css

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

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

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