Html Css Color HEX #D14574 Cranberry

📋 copy color: '#D14574'

red 209 ◦ green 69 ◦ blue 116

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

Shades of Cranberry #D14574

Tints of Cranberry #D14574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.44%

R = 53.05%
G = 17.51%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D14574 (or 0xD14574) is known color: Cranberry. HEX triplet: D1, 45 and 74. RGB value is (209,69,116). Sum of RGB (Red+Green+Blue) = 209+69+116=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D14574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14574 is #2EBA8B. Grayscale: #747474. Windows color (decimal): -3062412 or 7620049. OLE color: 7620049.

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

Color convert

RGB 209 69 116 -
CMYK 0 0.67 0.44 0.18
HSL 339.86º 0.6% 0.55% -
HSV(B) 339.86º 0.67% 0.82% -
XYZ 31.58 19.07 18.54 -
YUV 116.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 209 69 116 0 0.67 0.44 0.18 339.86 0.6 0.55
Hex D1 45 74 0 43 2C 12 154 3C 37
Octal 321 105 164 0 103 54 22 524 74 67
Binary 11010001 1000101 1110100 0 1000011 101100 10010 101010100 111100 110111

Color Harmonies of #D14574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14574

Black with #D14574

Text Example


Text Example

White with #D14574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14574; }

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

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

background-color css

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

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

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

border-color css

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

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

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