Html Css Color HEX #D380EB Heliotrope

📋 copy color: '#D380EB'

red 211 ◦ green 128 ◦ blue 235

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

Shades of Heliotrope #D380EB

Tints of Heliotrope #D380EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 36.76%
G = 22.3%
B = 40.94%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D380EB (or 0xD380EB) is known color: Heliotrope. HEX triplet: D3, 80 and EB. RGB value is (211,128,235). Sum of RGB (Red+Green+Blue) = 211+128+235=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #D380EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380EB is #2C7F14. Grayscale: #A4A4A4. Windows color (decimal): -2916117 or 15433939. OLE color: 15433939.

HSL color Cylindrical-coordinate representation of color #D380EB: hue angle of 286.54º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D380EB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 128 235 -
CMYK 0.10 0.46 0 0.08
HSL 286.54º 0.73% 0.71% -
HSV(B) 286.54º 0.46% 0.92% -
XYZ 49.58 35.29 82.79 -
YUV 165.02 167.5 160.8 -
System Red Green Blue C M Y K H S L
Decimal 211 128 235 0.10 0.46 0 0.08 286.54 0.73 0.71
Hex D3 80 EB A 2E 0 8 11F 49 47
Octal 323 200 353 12 56 0 10 437 111 107
Binary 11010011 10000000 11101011 1010 101110 0 1000 100011111 1001001 1000111

Color Harmonies of #D380EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380EB

Black with #D380EB

Text Example


Text Example

White with #D380EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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