Html Css Color HEX #D383FA Heliotrope

📋 copy color: '#D383FA'

red 211 ◦ green 131 ◦ blue 250

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

Shades of Heliotrope #D383FA

Tints of Heliotrope #D383FA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.13%

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

R = 35.64%
G = 22.13%
B = 42.23%

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

#D383FA (or 0xD383FA) is known color: Heliotrope. HEX triplet: D3, 83 and FA. RGB value is (211,131,250). Sum of RGB (Red+Green+Blue) = 211+131+250=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #D383FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D383FA is #2C7C05. Grayscale: #A8A8A8. Windows color (decimal): -2915334 or 16417747. OLE color: 16417747.

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

Color convert

RGB 211 131 250 -
CMYK 0.16 0.48 0 0.02
HSL 280.34º 0.92% 0.75% -
HSV(B) 280.34º 0.48% 0.98% -
XYZ 52.24 36.98 94.83 -
YUV 168.49 174 158.32 -
System Red Green Blue C M Y K H S L
Decimal 211 131 250 0.16 0.48 0 0.02 280.34 0.92 0.75
Hex D3 83 FA 10 30 0 2 118 5C 4B
Octal 323 203 372 20 60 0 2 430 134 113
Binary 11010011 10000011 11111010 10000 110000 0 10 100011000 1011100 1001011

Color Harmonies of #D383FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D383FA

Black with #D383FA

Text Example


Text Example

White with #D383FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D383FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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