Html Css Color HEX #D380F9 Heliotrope

📋 copy color: '#D380F9'

red 211 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #D380F9

Tints of Heliotrope #D380F9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.77%

 BLUE value IS 249 (97.66% from 255) = 42.35%

R = 35.88%
G = 21.77%
B = 42.35%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D380F9 (or 0xD380F9) is known color: Heliotrope. HEX triplet: D3, 80 and F9. RGB value is (211,128,249). Sum of RGB (Red+Green+Blue) = 211+128+249=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 249 - color contains mainly: blue. Hex color #D380F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380F9 is #2C7F06. Grayscale: #A6A6A6. Windows color (decimal): -2916103 or 16351443. OLE color: 16351443.

HSL color Cylindrical-coordinate representation of color #D380F9: hue angle of 281.16º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D380F9 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 128 249 -
CMYK 0.15 0.49 0 0.02
HSL 281.16º 0.91% 0.74% -
HSV(B) 281.16º 0.49% 0.98% -
XYZ 51.68 36.13 93.87 -
YUV 166.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 211 128 249 0.15 0.49 0 0.02 281.16 0.91 0.74
Hex D3 80 F9 F 31 0 2 119 5B 4A
Octal 323 200 371 17 61 0 2 431 133 112
Binary 11010011 10000000 11111001 1111 110001 0 10 100011001 1011011 1001010

Color Harmonies of #D380F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380F9

Black with #D380F9

Text Example


Text Example

White with #D380F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380F9; }

 p { color: rgb(211,128,249); }

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

background-color css

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

 a { background-color: rgb(211,128,249); }

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

border-color css

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

 span { border-color: rgb(211,128,249); }

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