Html Css Color HEX #D385F0 Heliotrope

📋 copy color: '#D385F0'

red 211 ◦ green 133 ◦ blue 240

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

Shades of Heliotrope #D385F0

Tints of Heliotrope #D385F0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.77%

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 36.13%
G = 22.77%
B = 41.1%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D385F0 (or 0xD385F0) is known color: Heliotrope. HEX triplet: D3, 85 and F0. RGB value is (211,133,240). Sum of RGB (Red+Green+Blue) = 211+133+240=584 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.13% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 240 - color contains mainly: blue. Hex color #D385F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385F0 is #2C7A0F. Grayscale: #A8A8A8. Windows color (decimal): -2914832 or 15762899. OLE color: 15762899.

HSL color Cylindrical-coordinate representation of color #D385F0: hue angle of 283.74º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D385F0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 133 240 -
CMYK 0.12 0.45 0 0.06
HSL 283.74º 0.78% 0.73% -
HSV(B) 283.74º 0.45% 0.94% -
XYZ 50.98 36.92 86.88 -
YUV 168.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 211 133 240 0.12 0.45 0 0.06 283.74 0.78 0.73
Hex D3 85 F0 C 2D 0 6 11C 4E 49
Octal 323 205 360 14 55 0 6 434 116 111
Binary 11010011 10000101 11110000 1100 101101 0 110 100011100 1001110 1001001

Color Harmonies of #D385F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385F0

Black with #D385F0

Text Example


Text Example

White with #D385F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385F0; }

 p { color: rgb(211,133,240); }

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

background-color css

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

 a { background-color: rgb(211,133,240); }

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

border-color css

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

 span { border-color: rgb(211,133,240); }

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