Html Css Color HEX #D480EF Heliotrope

📋 copy color: '#D480EF'

red 212 ◦ green 128 ◦ blue 239

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

Shades of Heliotrope #D480EF

Tints of Heliotrope #D480EF

RGB

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

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

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

R = 36.61%
G = 22.11%
B = 41.28%

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

#D480EF (or 0xD480EF) is known color: Heliotrope. HEX triplet: D4, 80 and EF. RGB value is (212,128,239). Sum of RGB (Red+Green+Blue) = 212+128+239=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D480EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D480EF is #2B7F10. Grayscale: #A5A5A5. Windows color (decimal): -2850577 or 15696084. OLE color: 15696084.

HSL color Cylindrical-coordinate representation of color #D480EF: hue angle of 285.41º degrees, saturation: 0.78, 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 #D480EF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 128 239 -
CMYK 0.11 0.46 0 0.06
HSL 285.41º 0.78% 0.72% -
HSV(B) 285.41º 0.46% 0.94% -
XYZ 50.45 35.67 85.89 -
YUV 165.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 212 128 239 0.11 0.46 0 0.06 285.41 0.78 0.72
Hex D4 80 EF B 2E 0 6 11D 4E 48
Octal 324 200 357 13 56 0 6 435 116 110
Binary 11010100 10000000 11101111 1011 101110 0 110 100011101 1001110 1001000

Color Harmonies of #D480EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D480EF

Black with #D480EF

Text Example


Text Example

White with #D480EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D480EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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