Html Css Color HEX #D380F0 Heliotrope

📋 copy color: '#D380F0'

red 211 ◦ green 128 ◦ blue 240

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

Shades of Heliotrope #D380F0

Tints of Heliotrope #D380F0

RGB

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

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

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

R = 36.44%
G = 22.11%
B = 41.45%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D380F0 (or 0xD380F0) is known color: Heliotrope. HEX triplet: D3, 80 and F0. RGB value is (211,128,240). Sum of RGB (Red+Green+Blue) = 211+128+240=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 240 (94.14% from 255 or 41.45% from 579); Max value from RGB is 240 - color contains mainly: blue. Hex color #D380F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380F0 is #2C7F0F. Grayscale: #A5A5A5. Windows color (decimal): -2916112 or 15761619. OLE color: 15761619.

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

Color convert

RGB 211 128 240 -
CMYK 0.12 0.47 0 0.06
HSL 284.46º 0.79% 0.72% -
HSV(B) 284.46º 0.47% 0.94% -
XYZ 50.31 35.58 86.65 -
YUV 165.59 170 160.39 -
System Red Green Blue C M Y K H S L
Decimal 211 128 240 0.12 0.47 0 0.06 284.46 0.79 0.72
Hex D3 80 F0 C 2F 0 6 11C 4F 48
Octal 323 200 360 14 57 0 6 434 117 110
Binary 11010011 10000000 11110000 1100 101111 0 110 100011100 1001111 1001000

Color Harmonies of #D380F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380F0

Black with #D380F0

Text Example


Text Example

White with #D380F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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