Html Css Color HEX #D385FF Heliotrope

📋 copy color: '#D385FF'

red 211 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #D385FF

Tints of Heliotrope #D385FF

RGB

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

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

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

R = 35.23%
G = 22.2%
B = 42.57%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D385FF (or 0xD385FF) is known color: Heliotrope. HEX triplet: D3, 85 and FF. RGB value is (211,133,255). Sum of RGB (Red+Green+Blue) = 211+133+255=599 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.23% from 599); Green value is 133 (52.34% from 255 or 22.20% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D385FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385FF is #2C7A00. Grayscale: #A9A9A9. Windows color (decimal): -2914817 or 16745939. OLE color: 16745939.

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

Color convert

RGB 211 133 255 -
CMYK 0.17 0.48 0 0
HSL 278.36º 1% 0.76% -
HSV(B) 278.36º 0.48% 1% -
XYZ 53.3 37.84 99.1 -
YUV 170.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 211 133 255 0.17 0.48 0 0 278.36 1 0.76
Hex D3 85 FF 11 30 0 0 116 64 4C
Octal 323 205 377 21 60 0 0 426 144 114
Binary 11010011 10000101 11111111 10001 110000 0 0 100010110 1100100 1001100

Color Harmonies of #D385FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385FF

Black with #D385FF

Text Example


Text Example

White with #D385FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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