Html Css Color HEX #D481EF Heliotrope

📋 copy color: '#D481EF'

red 212 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #D481EF

Tints of Heliotrope #D481EF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.24%

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

R = 36.55%
G = 22.24%
B = 41.21%

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

#D481EF (or 0xD481EF) is known color: Heliotrope. HEX triplet: D4, 81 and EF. RGB value is (212,129,239). Sum of RGB (Red+Green+Blue) = 212+129+239=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 129 (50.78% from 255 or 22.24% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #D481EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481EF is #2B7E10. Grayscale: #A5A5A5. Windows color (decimal): -2850321 or 15696340. OLE color: 15696340.

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

Color convert

RGB 212 129 239 -
CMYK 0.11 0.46 0 0.06
HSL 285.27º 0.77% 0.72% -
HSV(B) 285.27º 0.46% 0.94% -
XYZ 50.58 35.93 85.93 -
YUV 166.36 169 160.56 -
System Red Green Blue C M Y K H S L
Decimal 212 129 239 0.11 0.46 0 0.06 285.27 0.77 0.72
Hex D4 81 EF B 2E 0 6 11D 4D 48
Octal 324 201 357 13 56 0 6 435 115 110
Binary 11010100 10000001 11101111 1011 101110 0 110 100011101 1001101 1001000

Color Harmonies of #D481EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481EF

Black with #D481EF

Text Example


Text Example

White with #D481EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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