Html Css Color HEX #D385FD Heliotrope

📋 copy color: '#D385FD'

red 211 ◦ green 133 ◦ blue 253

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

Shades of Heliotrope #D385FD

Tints of Heliotrope #D385FD

RGB

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

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

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

R = 35.34%
G = 22.28%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D385FD (or 0xD385FD) is known color: Heliotrope. HEX triplet: D3, 85 and FD. RGB value is (211,133,253). Sum of RGB (Red+Green+Blue) = 211+133+253=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 133 (52.34% from 255 or 22.28% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D385FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385FD is #2C7A02. Grayscale: #A9A9A9. Windows color (decimal): -2914819 or 16614867. OLE color: 16614867.

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

Color convert

RGB 211 133 253 -
CMYK 0.17 0.47 0 0.01
HSL 279º 0.97% 0.76% -
HSV(B) 279º 0.47% 0.99% -
XYZ 52.98 37.72 97.42 -
YUV 170 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 211 133 253 0.17 0.47 0 0.01 279 0.97 0.76
Hex D3 85 FD 11 2F 0 1 117 61 4C
Octal 323 205 375 21 57 0 1 427 141 114
Binary 11010011 10000101 11111101 10001 101111 0 1 100010111 1100001 1001100

Color Harmonies of #D385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D385FD

Black with #D385FD

Text Example


Text Example

White with #D385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D385FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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