Html Css Color HEX #D378EA Heliotrope

📋 copy color: '#D378EA'

red 211 ◦ green 120 ◦ blue 234

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

Shades of Heliotrope #D378EA

Tints of Heliotrope #D378EA

RGB

 RED value IS 211 (82.81% from 255) = 37.35%

 GREEN value IS 120 (47.27% from 255) = 21.24%

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 37.35%
G = 21.24%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D378EA (or 0xD378EA) is known color: Heliotrope. HEX triplet: D3, 78 and EA. RGB value is (211,120,234). Sum of RGB (Red+Green+Blue) = 211+120+234=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #D378EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378EA is #2C8715. Grayscale: #9F9F9F. Windows color (decimal): -2918166 or 15366355. OLE color: 15366355.

HSL color Cylindrical-coordinate representation of color #D378EA: hue angle of 287.89º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D378EA is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 120 234 -
CMYK 0.10 0.49 0 0.08
HSL 287.89º 0.73% 0.69% -
HSV(B) 287.89º 0.49% 0.92% -
XYZ 48.43 33.22 81.7 -
YUV 160.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 211 120 234 0.10 0.49 0 0.08 287.89 0.73 0.69
Hex D3 78 EA A 31 0 8 120 49 45
Octal 323 170 352 12 61 0 10 440 111 105
Binary 11010011 1111000 11101010 1010 110001 0 1000 100100000 1001001 1000101

Color Harmonies of #D378EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378EA

Black with #D378EA

Text Example


Text Example

White with #D378EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378EA; }

 p { color: rgb(211,120,234); }

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

background-color css

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

 a { background-color: rgb(211,120,234); }

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

border-color css

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

 span { border-color: rgb(211,120,234); }

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