Html Css Color HEX #D9547D Cranberry

📋 copy color: '#D9547D'

red 217 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #D9547D

Tints of Cranberry #D9547D

RGB

 RED value IS 217 (85.16% from 255) = 50.94%

 GREEN value IS 84 (33.2% from 255) = 19.72%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 50.94%
G = 19.72%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9547D (or 0xD9547D) is known color: Cranberry. HEX triplet: D9, 54 and 7D. RGB value is (217,84,125). Sum of RGB (Red+Green+Blue) = 217+84+125=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9547D is #26AB82. Grayscale: #808080. Windows color (decimal): -2534275 or 8213721. OLE color: 8213721.

HSL color Cylindrical-coordinate representation of color #D9547D: hue angle of 341.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9547D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 125 -
CMYK 0 0.61 0.42 0.15
HSL 341.5º 0.64% 0.59% -
HSV(B) 341.5º 0.61% 0.85% -
XYZ 35.49 22.57 21.89 -
YUV 128.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 217 84 125 0 0.61 0.42 0.15 341.5 0.64 0.59
Hex D9 54 7D 0 3D 2A F 156 40 3B
Octal 331 124 175 0 75 52 17 526 100 73
Binary 11011001 1010100 1111101 0 111101 101010 1111 101010110 1000000 111011

Color Harmonies of #D9547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9547D

Black with #D9547D

Text Example


Text Example

White with #D9547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9547D; }

 p { color: rgb(217,84,125); }

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

background-color css

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

 a { background-color: rgb(217,84,125); }

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

border-color css

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

 span { border-color: rgb(217,84,125); }

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