Html Css Color HEX #D381FA Heliotrope

📋 copy color: '#D381FA'

red 211 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #D381FA

Tints of Heliotrope #D381FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 35.76%
G = 21.86%
B = 42.37%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D381FA (or 0xD381FA) is known color: Heliotrope. HEX triplet: D3, 81 and FA. RGB value is (211,129,250). Sum of RGB (Red+Green+Blue) = 211+129+250=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 129 (50.78% from 255 or 21.86% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #D381FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381FA is #2C7E05. Grayscale: #A6A6A6. Windows color (decimal): -2915846 or 16417235. OLE color: 16417235.

HSL color Cylindrical-coordinate representation of color #D381FA: hue angle of 280.66º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D381FA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 129 250 -
CMYK 0.16 0.48 0 0.02
HSL 280.66º 0.92% 0.74% -
HSV(B) 280.66º 0.48% 0.98% -
XYZ 51.97 36.45 94.74 -
YUV 167.31 174.67 159.16 -
System Red Green Blue C M Y K H S L
Decimal 211 129 250 0.16 0.48 0 0.02 280.66 0.92 0.74
Hex D3 81 FA 10 30 0 2 119 5C 4A
Octal 323 201 372 20 60 0 2 431 134 112
Binary 11010011 10000001 11111010 10000 110000 0 10 100011001 1011100 1001010

Color Harmonies of #D381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381FA

Black with #D381FA

Text Example


Text Example

White with #D381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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