Html Css Color HEX #D38AFA Heliotrope

📋 copy color: '#D38AFA'

red 211 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #D38AFA

Tints of Heliotrope #D38AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.04%

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

R = 35.23%
G = 23.04%
B = 41.74%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D38AFA (or 0xD38AFA) is known color: Heliotrope. HEX triplet: D3, 8A and FA. RGB value is (211,138,250). Sum of RGB (Red+Green+Blue) = 211+138+250=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D38AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AFA is #2C7505. Grayscale: #ACACAC. Windows color (decimal): -2913542 or 16419539. OLE color: 16419539.

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

Color convert

RGB 211 138 250 -
CMYK 0.16 0.45 0 0.02
HSL 279.11º 0.92% 0.76% -
HSV(B) 279.11º 0.45% 0.98% -
XYZ 53.21 38.93 95.15 -
YUV 172.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 211 138 250 0.16 0.45 0 0.02 279.11 0.92 0.76
Hex D3 8A FA 10 2D 0 2 117 5C 4C
Octal 323 212 372 20 55 0 2 427 134 114
Binary 11010011 10001010 11111010 10000 101101 0 10 100010111 1011100 1001100

Color Harmonies of #D38AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AFA

Black with #D38AFA

Text Example


Text Example

White with #D38AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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