Html Css Color HEX #D38AFE Heliotrope

📋 copy color: '#D38AFE'

red 211 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D38AFE

Tints of Heliotrope #D38AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.12%

R = 34.99%
G = 22.89%
B = 42.12%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D38AFE (or 0xD38AFE) is known color: Heliotrope. HEX triplet: D3, 8A and FE. RGB value is (211,138,254). Sum of RGB (Red+Green+Blue) = 211+138+254=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #D38AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AFE is #2C7501. Grayscale: #ACACAC. Windows color (decimal): -2913538 or 16681683. OLE color: 16681683.

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

Color convert

RGB 211 138 254 -
CMYK 0.17 0.46 0 0.00
HSL 277.76º 0.98% 0.77% -
HSV(B) 277.76º 0.46% 1% -
XYZ 53.84 39.18 98.49 -
YUV 173.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 211 138 254 0.17 0.46 0 0.00 277.76 0.98 0.77
Hex D3 8A FE 11 2E 0 0 116 62 4D
Octal 323 212 376 21 56 0 0 426 142 115
Binary 11010011 10001010 11111110 10001 101110 0 0 100010110 1100010 1001101

Color Harmonies of #D38AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AFE

Black with #D38AFE

Text Example


Text Example

White with #D38AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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