Html Css Color HEX #D381FF Heliotrope

📋 copy color: '#D381FF'

red 211 ◦ green 129 ◦ blue 255

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

Shades of Heliotrope #D381FF

Tints of Heliotrope #D381FF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.68%

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

R = 35.46%
G = 21.68%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D381FF (or 0xD381FF) is known color: Heliotrope. HEX triplet: D3, 81 and FF. RGB value is (211,129,255). Sum of RGB (Red+Green+Blue) = 211+129+255=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 129 (50.78% from 255 or 21.68% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #D381FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381FF is #2C7E00. Grayscale: #A7A7A7. Windows color (decimal): -2915841 or 16744915. OLE color: 16744915.

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

Color convert

RGB 211 129 255 -
CMYK 0.17 0.49 0 0
HSL 279.05º 1% 0.75% -
HSV(B) 279.05º 0.49% 1% -
XYZ 52.76 36.77 98.92 -
YUV 167.88 177.17 158.75 -
System Red Green Blue C M Y K H S L
Decimal 211 129 255 0.17 0.49 0 0 279.05 1 0.75
Hex D3 81 FF 11 31 0 0 117 64 4B
Octal 323 201 377 21 61 0 0 427 144 113
Binary 11010011 10000001 11111111 10001 110001 0 0 100010111 1100100 1001011

Color Harmonies of #D381FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381FF

Black with #D381FF

Text Example


Text Example

White with #D381FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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