Html Css Color HEX #D380EA Heliotrope

📋 copy color: '#D380EA'

red 211 ◦ green 128 ◦ blue 234

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

Shades of Heliotrope #D380EA

Tints of Heliotrope #D380EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 36.82%
G = 22.34%
B = 40.84%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D380EA (or 0xD380EA) is known color: Heliotrope. HEX triplet: D3, 80 and EA. RGB value is (211,128,234). Sum of RGB (Red+Green+Blue) = 211+128+234=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #D380EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380EA is #2C7F15. Grayscale: #A4A4A4. Windows color (decimal): -2916118 or 15368403. OLE color: 15368403.

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

Color convert

RGB 211 128 234 -
CMYK 0.10 0.45 0 0.08
HSL 286.98º 0.72% 0.71% -
HSV(B) 286.98º 0.45% 0.92% -
XYZ 49.43 35.23 82.04 -
YUV 164.9 167 160.88 -
System Red Green Blue C M Y K H S L
Decimal 211 128 234 0.10 0.45 0 0.08 286.98 0.72 0.71
Hex D3 80 EA A 2D 0 8 11F 48 47
Octal 323 200 352 12 55 0 10 437 110 107
Binary 11010011 10000000 11101010 1010 101101 0 1000 100011111 1001000 1000111

Color Harmonies of #D380EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380EA

Black with #D380EA

Text Example


Text Example

White with #D380EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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