Html Css Color HEX #D482EF Heliotrope

📋 copy color: '#D482EF'

red 212 ◦ green 130 ◦ blue 239

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

Shades of Heliotrope #D482EF

Tints of Heliotrope #D482EF

RGB

 RED value IS 212 (83.2% from 255) = 36.49%

 GREEN value IS 130 (51.17% from 255) = 22.38%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 36.49%
G = 22.38%
B = 41.14%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D482EF (or 0xD482EF) is known color: Heliotrope. HEX triplet: D4, 82 and EF. RGB value is (212,130,239). Sum of RGB (Red+Green+Blue) = 212+130+239=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #D482EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482EF is #2B7D10. Grayscale: #A6A6A6. Windows color (decimal): -2850065 or 15696596. OLE color: 15696596.

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

Color convert

RGB 212 130 239 -
CMYK 0.11 0.46 0 0.06
HSL 285.14º 0.77% 0.72% -
HSV(B) 285.14º 0.46% 0.94% -
XYZ 50.71 36.19 85.97 -
YUV 166.94 168.67 160.14 -
System Red Green Blue C M Y K H S L
Decimal 212 130 239 0.11 0.46 0 0.06 285.14 0.77 0.72
Hex D4 82 EF B 2E 0 6 11D 4D 48
Octal 324 202 357 13 56 0 6 435 115 110
Binary 11010100 10000010 11101111 1011 101110 0 110 100011101 1001101 1001000

Color Harmonies of #D482EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482EF

Black with #D482EF

Text Example


Text Example

White with #D482EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482EF; }

 p { color: rgb(212,130,239); }

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

background-color css

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

 a { background-color: rgb(212,130,239); }

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

border-color css

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

 span { border-color: rgb(212,130,239); }

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