Html Css Color HEX #D384FF Heliotrope

📋 copy color: '#D384FF'

red 211 ◦ green 132 ◦ blue 255

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

Shades of Heliotrope #D384FF

Tints of Heliotrope #D384FF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.07%

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

R = 35.28%
G = 22.07%
B = 42.64%

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

#D384FF (or 0xD384FF) is known color: Heliotrope. HEX triplet: D3, 84 and FF. RGB value is (211,132,255). Sum of RGB (Red+Green+Blue) = 211+132+255=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #D384FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384FF is #2C7B00. Grayscale: #A9A9A9. Windows color (decimal): -2915073 or 16745683. OLE color: 16745683.

HSL color Cylindrical-coordinate representation of color #D384FF: hue angle of 278.54º 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 #D384FF is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 132 255 -
CMYK 0.17 0.48 0 0
HSL 278.54º 1% 0.76% -
HSV(B) 278.54º 0.48% 1% -
XYZ 53.17 37.57 99.06 -
YUV 169.64 176.17 157.5 -
System Red Green Blue C M Y K H S L
Decimal 211 132 255 0.17 0.48 0 0 278.54 1 0.76
Hex D3 84 FF 11 30 0 0 117 64 4C
Octal 323 204 377 21 60 0 0 427 144 114
Binary 11010011 10000100 11111111 10001 110000 0 0 100010111 1100100 1001100

Color Harmonies of #D384FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D384FF

Black with #D384FF

Text Example


Text Example

White with #D384FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D384FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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