Html Css Color HEX #D378FF Heliotrope

📋 copy color: '#D378FF'

red 211 ◦ green 120 ◦ blue 255

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

Shades of Heliotrope #D378FF

Tints of Heliotrope #D378FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.52%

R = 36.01%
G = 20.48%
B = 43.52%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D378FF (or 0xD378FF) is known color: Heliotrope. HEX triplet: D3, 78 and FF. RGB value is (211,120,255). Sum of RGB (Red+Green+Blue) = 211+120+255=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #D378FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378FF is #2C8700. Grayscale: #A2A2A2. Windows color (decimal): -2918145 or 16742611. OLE color: 16742611.

HSL color Cylindrical-coordinate representation of color #D378FF: hue angle of 280.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D378FF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 120 255 -
CMYK 0.17 0.53 0 0
HSL 280.44º 1% 0.74% -
HSV(B) 280.44º 0.53% 1% -
XYZ 51.63 34.5 98.55 -
YUV 162.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 211 120 255 0.17 0.53 0 0 280.44 1 0.74
Hex D3 78 FF 11 35 0 0 118 64 4A
Octal 323 170 377 21 65 0 0 430 144 112
Binary 11010011 1111000 11111111 10001 110101 0 0 100011000 1100100 1001010

Color Harmonies of #D378FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D378FF

Black with #D378FF

Text Example


Text Example

White with #D378FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D378FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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