Html Css Color HEX #D78CDB Plum

📋 copy color: '#D78CDB'

red 215 ◦ green 140 ◦ blue 219

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

Shades of Plum #D78CDB

Tints of Plum #D78CDB

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

 GREEN value IS 140 (55.08% from 255) = 24.39%

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 37.46%
G = 24.39%
B = 38.15%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D78CDB (or 0xD78CDB) is known color: Plum. HEX triplet: D7, 8C and DB. RGB value is (215,140,219). Sum of RGB (Red+Green+Blue) = 215+140+219=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D78CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D78CDB is #287324. Grayscale: #ABABAB. Windows color (decimal): -2650917 or 14388439. OLE color: 14388439.

HSL color Cylindrical-coordinate representation of color #D78CDB: hue angle of 296.96º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D78CDB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 140 219 -
CMYK 0.02 0.36 0 0.14
HSL 296.96º 0.52% 0.7% -
HSV(B) 296.96º 0.36% 0.86% -
XYZ 50.19 38.32 71.77 -
YUV 171.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 215 140 219 0.02 0.36 0 0.14 296.96 0.52 0.7
Hex D7 8C DB 2 24 0 E 129 34 46
Octal 327 214 333 2 44 0 16 451 64 106
Binary 11010111 10001100 11011011 10 100100 0 1110 100101001 110100 1000110

Color Harmonies of #D78CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78CDB

Black with #D78CDB

Text Example


Text Example

White with #D78CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78CDB; }

 p { color: rgb(215,140,219); }

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

background-color css

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

 a { background-color: rgb(215,140,219); }

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

border-color css

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

 span { border-color: rgb(215,140,219); }

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