Html Css Color HEX #D38BFF Heliotrope

📋 copy color: '#D38BFF'

red 211 ◦ green 139 ◦ blue 255

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

Shades of Heliotrope #D38BFF

Tints of Heliotrope #D38BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.98%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 34.88%
G = 22.98%
B = 42.15%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D38BFF (or 0xD38BFF) is known color: Heliotrope. HEX triplet: D3, 8B and FF. RGB value is (211,139,255). Sum of RGB (Red+Green+Blue) = 211+139+255=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D38BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BFF is #2C7400. Grayscale: #ADADAD. Windows color (decimal): -2913281 or 16747475. OLE color: 16747475.

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

Color convert

RGB 211 139 255 -
CMYK 0.17 0.45 0 0
HSL 277.24º 1% 0.77% -
HSV(B) 277.24º 0.45% 1% -
XYZ 54.15 39.53 99.38 -
YUV 173.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 211 139 255 0.17 0.45 0 0 277.24 1 0.77
Hex D3 8B FF 11 2D 0 0 115 64 4D
Octal 323 213 377 21 55 0 0 425 144 115
Binary 11010011 10001011 11111111 10001 101101 0 0 100010101 1100100 1001101

Color Harmonies of #D38BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BFF

Black with #D38BFF

Text Example


Text Example

White with #D38BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BFF; }

 p { color: rgb(211,139,255); }

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

background-color css

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

 a { background-color: rgb(211,139,255); }

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

border-color css

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

 span { border-color: rgb(211,139,255); }

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