Html Css Color HEX #D38BFD Heliotrope

📋 copy color: '#D38BFD'

red 211 ◦ green 139 ◦ blue 253

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

Shades of Heliotrope #D38BFD

Tints of Heliotrope #D38BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 34.99%
G = 23.05%
B = 41.96%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D38BFD (or 0xD38BFD) is known color: Heliotrope. HEX triplet: D3, 8B and FD. RGB value is (211,139,253). Sum of RGB (Red+Green+Blue) = 211+139+253=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #D38BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BFD is #2C7402. Grayscale: #ADADAD. Windows color (decimal): -2913283 or 16616403. OLE color: 16616403.

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

Color convert

RGB 211 139 253 -
CMYK 0.17 0.45 0 0.01
HSL 277.89º 0.97% 0.77% -
HSV(B) 277.89º 0.45% 0.99% -
XYZ 53.83 39.41 97.7 -
YUV 173.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 211 139 253 0.17 0.45 0 0.01 277.89 0.97 0.77
Hex D3 8B FD 11 2D 0 1 116 61 4D
Octal 323 213 375 21 55 0 1 426 141 115
Binary 11010011 10001011 11111101 10001 101101 0 1 100010110 1100001 1001101

Color Harmonies of #D38BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BFD

Black with #D38BFD

Text Example


Text Example

White with #D38BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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