Html Css Color HEX #D65294 Mulberry

📋 copy color: '#D65294'

red 214 ◦ green 82 ◦ blue 148

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

Shades of Mulberry #D65294

Tints of Mulberry #D65294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.47%

 BLUE value IS 148 (58.2% from 255) = 33.33%

R = 48.2%
G = 18.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D65294 (or 0xD65294) is known color: Mulberry. HEX triplet: D6, 52 and 94. RGB value is (214,82,148). Sum of RGB (Red+Green+Blue) = 214+82+148=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D65294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65294 is #29AD6B. Grayscale: #808080. Windows color (decimal): -2731372 or 9720534. OLE color: 9720534.

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

Color convert

RGB 214 82 148 -
CMYK 0 0.62 0.31 0.16
HSL 330º 0.62% 0.58% -
HSV(B) 330º 0.62% 0.84% -
XYZ 36.09 22.47 30.45 -
YUV 128.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 214 82 148 0 0.62 0.31 0.16 330 0.62 0.58
Hex D6 52 94 0 3E 1F 10 14A 3E 3A
Octal 326 122 224 0 76 37 20 512 76 72
Binary 11010110 1010010 10010100 0 111110 11111 10000 101001010 111110 111010

Color Harmonies of #D65294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65294

Black with #D65294

Text Example


Text Example

White with #D65294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65294; }

 p { color: rgb(214,82,148); }

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

background-color css

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

 a { background-color: rgb(214,82,148); }

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

border-color css

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

 span { border-color: rgb(214,82,148); }

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