Html Css Color HEX #D6647C Cranberry

📋 copy color: '#D6647C'

red 214 ◦ green 100 ◦ blue 124

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

Shades of Cranberry #D6647C

Tints of Cranberry #D6647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 48.86%
G = 22.83%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6647C (or 0xD6647C) is known color: Cranberry. HEX triplet: D6, 64 and 7C. RGB value is (214,100,124). Sum of RGB (Red+Green+Blue) = 214+100+124=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6647C is #299B83. Grayscale: #888888. Windows color (decimal): -2726788 or 8152278. OLE color: 8152278.

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

Color convert

RGB 214 100 124 -
CMYK 0 0.53 0.42 0.16
HSL 347.37º 0.58% 0.62% -
HSV(B) 347.37º 0.53% 0.84% -
XYZ 35.93 24.87 21.97 -
YUV 136.82 120.77 183.05 -
System Red Green Blue C M Y K H S L
Decimal 214 100 124 0 0.53 0.42 0.16 347.37 0.58 0.62
Hex D6 64 7C 0 35 2A 10 15B 3A 3E
Octal 326 144 174 0 65 52 20 533 72 76
Binary 11010110 1100100 1111100 0 110101 101010 10000 101011011 111010 111110

Color Harmonies of #D6647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6647C

Black with #D6647C

Text Example


Text Example

White with #D6647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6647C; }

 p { color: rgb(214,100,124); }

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

background-color css

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

 a { background-color: rgb(214,100,124); }

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

border-color css

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

 span { border-color: rgb(214,100,124); }

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