Html Css Color HEX #D38AF1 Heliotrope

📋 copy color: '#D38AF1'

red 211 ◦ green 138 ◦ blue 241

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

Shades of Heliotrope #D38AF1

Tints of Heliotrope #D38AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 35.76%
G = 23.39%
B = 40.85%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D38AF1 (or 0xD38AF1) is known color: Heliotrope. HEX triplet: D3, 8A and F1. RGB value is (211,138,241). Sum of RGB (Red+Green+Blue) = 211+138+241=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #D38AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AF1 is #2C750E. Grayscale: #ABABAB. Windows color (decimal): -2913551 or 15829715. OLE color: 15829715.

HSL color Cylindrical-coordinate representation of color #D38AF1: hue angle of 282.52º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38AF1 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 138 241 -
CMYK 0.12 0.43 0 0.05
HSL 282.52º 0.79% 0.74% -
HSV(B) 282.52º 0.43% 0.95% -
XYZ 51.83 38.38 87.89 -
YUV 171.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 211 138 241 0.12 0.43 0 0.05 282.52 0.79 0.74
Hex D3 8A F1 C 2B 0 5 11B 4F 4A
Octal 323 212 361 14 53 0 5 433 117 112
Binary 11010011 10001010 11110001 1100 101011 0 101 100011011 1001111 1001010

Color Harmonies of #D38AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38AF1

Black with #D38AF1

Text Example


Text Example

White with #D38AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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