Html Css Color HEX #D6487E Cranberry

📋 copy color: '#D6487E'

red 214 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #D6487E

Tints of Cranberry #D6487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 51.94%
G = 17.48%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6487E (or 0xD6487E) is known color: Cranberry. HEX triplet: D6, 48 and 7E. RGB value is (214,72,126). Sum of RGB (Red+Green+Blue) = 214+72+126=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6487E is #29B781. Grayscale: #787878. Windows color (decimal): -2733954 or 8276182. OLE color: 8276182.

HSL color Cylindrical-coordinate representation of color #D6487E: hue angle of 337.18º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6487E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 126 -
CMYK 0 0.66 0.41 0.16
HSL 337.18º 0.63% 0.56% -
HSV(B) 337.18º 0.66% 0.84% -
XYZ 33.81 20.44 21.9 -
YUV 120.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 214 72 126 0 0.66 0.41 0.16 337.18 0.63 0.56
Hex D6 48 7E 0 42 29 10 151 3F 38
Octal 326 110 176 0 102 51 20 521 77 70
Binary 11010110 1001000 1111110 0 1000010 101001 10000 101010001 111111 111000

Color Harmonies of #D6487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6487E

Black with #D6487E

Text Example


Text Example

White with #D6487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6487E; }

 p { color: rgb(214,72,126); }

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

background-color css

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

 a { background-color: rgb(214,72,126); }

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

border-color css

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

 span { border-color: rgb(214,72,126); }

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