Html Css Color HEX #D381F0 Heliotrope

📋 copy color: '#D381F0'

red 211 ◦ green 129 ◦ blue 240

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

Shades of Heliotrope #D381F0

Tints of Heliotrope #D381F0

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.24%

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

R = 36.38%
G = 22.24%
B = 41.38%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D381F0 (or 0xD381F0) is known color: Heliotrope. HEX triplet: D3, 81 and F0. RGB value is (211,129,240). Sum of RGB (Red+Green+Blue) = 211+129+240=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #D381F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D381F0 is #2C7E0F. Grayscale: #A5A5A5. Windows color (decimal): -2915856 or 15761875. OLE color: 15761875.

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

Color convert

RGB 211 129 240 -
CMYK 0.12 0.46 0 0.06
HSL 284.32º 0.79% 0.72% -
HSV(B) 284.32º 0.46% 0.94% -
XYZ 50.44 35.84 86.7 -
YUV 166.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 211 129 240 0.12 0.46 0 0.06 284.32 0.79 0.72
Hex D3 81 F0 C 2E 0 6 11C 4F 48
Octal 323 201 360 14 56 0 6 434 117 110
Binary 11010011 10000001 11110000 1100 101110 0 110 100011100 1001111 1001000

Color Harmonies of #D381F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D381F0

Black with #D381F0

Text Example


Text Example

White with #D381F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D381F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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