Html Css Color HEX #D380ED Heliotrope

📋 copy color: '#D380ED'

red 211 ◦ green 128 ◦ blue 237

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

Shades of Heliotrope #D380ED

Tints of Heliotrope #D380ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 36.63%
G = 22.22%
B = 41.15%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D380ED (or 0xD380ED) is known color: Heliotrope. HEX triplet: D3, 80 and ED. RGB value is (211,128,237). Sum of RGB (Red+Green+Blue) = 211+128+237=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #D380ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D380ED is #2C7F12. Grayscale: #A4A4A4. Windows color (decimal): -2916115 or 15565011. OLE color: 15565011.

HSL color Cylindrical-coordinate representation of color #D380ED: hue angle of 285.69º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D380ED is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 128 237 -
CMYK 0.11 0.46 0 0.07
HSL 285.69º 0.75% 0.72% -
HSV(B) 285.69º 0.46% 0.93% -
XYZ 49.87 35.4 84.33 -
YUV 165.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 211 128 237 0.11 0.46 0 0.07 285.69 0.75 0.72
Hex D3 80 ED B 2E 0 7 11E 4B 48
Octal 323 200 355 13 56 0 7 436 113 110
Binary 11010011 10000000 11101101 1011 101110 0 111 100011110 1001011 1001000

Color Harmonies of #D380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D380ED

Black with #D380ED

Text Example


Text Example

White with #D380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D380ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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