Html Css Color HEX #D6468A Mulberry

📋 copy color: '#D6468A'

red 214 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #D6468A

Tints of Mulberry #D6468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.59%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 50.71%
G = 16.59%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6468A (or 0xD6468A) is known color: Mulberry. HEX triplet: D6, 46 and 8A. RGB value is (214,70,138). Sum of RGB (Red+Green+Blue) = 214+70+138=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6468A is #29B975. Grayscale: #787878. Windows color (decimal): -2734454 or 9062102. OLE color: 9062102.

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

Color convert

RGB 214 70 138 -
CMYK 0 0.67 0.36 0.16
HSL 331.67º 0.64% 0.56% -
HSV(B) 331.67º 0.67% 0.84% -
XYZ 34.51 20.51 26.19 -
YUV 120.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 214 70 138 0 0.67 0.36 0.16 331.67 0.64 0.56
Hex D6 46 8A 0 43 24 10 14C 40 38
Octal 326 106 212 0 103 44 20 514 100 70
Binary 11010110 1000110 10001010 0 1000011 100100 10000 101001100 1000000 111000

Color Harmonies of #D6468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6468A

Black with #D6468A

Text Example


Text Example

White with #D6468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6468A; }

 p { color: rgb(214,70,138); }

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

background-color css

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

 a { background-color: rgb(214,70,138); }

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

border-color css

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

 span { border-color: rgb(214,70,138); }

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