Html Css Color HEX #D38DFC Heliotrope

📋 copy color: '#D38DFC'

red 211 ◦ green 141 ◦ blue 252

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

Shades of Heliotrope #D38DFC

Tints of Heliotrope #D38DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.34%

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 34.93%
G = 23.34%
B = 41.72%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D38DFC (or 0xD38DFC) is known color: Heliotrope. HEX triplet: D3, 8D and FC. RGB value is (211,141,252). Sum of RGB (Red+Green+Blue) = 211+141+252=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D38DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DFC is #2C7203. Grayscale: #AEAEAE. Windows color (decimal): -2912772 or 16551379. OLE color: 16551379.

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

Color convert

RGB 211 141 252 -
CMYK 0.16 0.44 0 0.01
HSL 277.84º 0.95% 0.77% -
HSV(B) 277.84º 0.44% 0.99% -
XYZ 53.96 39.93 96.96 -
YUV 174.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 211 141 252 0.16 0.44 0 0.01 277.84 0.95 0.77
Hex D3 8D FC 10 2C 0 1 116 5F 4D
Octal 323 215 374 20 54 0 1 426 137 115
Binary 11010011 10001101 11111100 10000 101100 0 1 100010110 1011111 1001101

Color Harmonies of #D38DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DFC

Black with #D38DFC

Text Example


Text Example

White with #D38DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DFC; }

 p { color: rgb(211,141,252); }

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

background-color css

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

 a { background-color: rgb(211,141,252); }

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

border-color css

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

 span { border-color: rgb(211,141,252); }

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