Html Css Color HEX #D6547D Cranberry

📋 copy color: '#D6547D'

red 214 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #D6547D

Tints of Cranberry #D6547D

RGB

 RED value IS 214 (83.98% from 255) = 50.59%

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

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

R = 50.59%
G = 19.86%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6547D (or 0xD6547D) is known color: Cranberry. HEX triplet: D6, 54 and 7D. RGB value is (214,84,125). Sum of RGB (Red+Green+Blue) = 214+84+125=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6547D is #29AB82. Grayscale: #7F7F7F. Windows color (decimal): -2730883 or 8213718. OLE color: 8213718.

HSL color Cylindrical-coordinate representation of color #D6547D: hue angle of 341.08º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6547D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 84 125 -
CMYK 0 0.61 0.42 0.16
HSL 341.08º 0.61% 0.58% -
HSV(B) 341.08º 0.61% 0.84% -
XYZ 34.6 22.12 21.85 -
YUV 127.54 126.57 189.67 -
System Red Green Blue C M Y K H S L
Decimal 214 84 125 0 0.61 0.42 0.16 341.08 0.61 0.58
Hex D6 54 7D 0 3D 2A 10 155 3D 3A
Octal 326 124 175 0 75 52 20 525 75 72
Binary 11010110 1010100 1111101 0 111101 101010 10000 101010101 111101 111010

Color Harmonies of #D6547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6547D

Black with #D6547D

Text Example


Text Example

White with #D6547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6547D; }

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

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

background-color css

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

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

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

border-color css

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

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

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