Html Css Color HEX #D481F6 Heliotrope

📋 copy color: '#D481F6'

red 212 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #D481F6

Tints of Heliotrope #D481F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.91%

R = 36.12%
G = 21.98%
B = 41.91%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D481F6 (or 0xD481F6) is known color: Heliotrope. HEX triplet: D4, 81 and F6. RGB value is (212,129,246). Sum of RGB (Red+Green+Blue) = 212+129+246=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #D481F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481F6 is #2B7E09. Grayscale: #A6A6A6. Windows color (decimal): -2850314 or 16155092. OLE color: 16155092.

HSL color Cylindrical-coordinate representation of color #D481F6: hue angle of 282.56º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D481F6 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 129 246 -
CMYK 0.14 0.48 0 0.04
HSL 282.56º 0.87% 0.74% -
HSV(B) 282.56º 0.48% 0.96% -
XYZ 51.64 36.35 91.48 -
YUV 167.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 212 129 246 0.14 0.48 0 0.04 282.56 0.87 0.74
Hex D4 81 F6 E 30 0 4 11B 57 4A
Octal 324 201 366 16 60 0 4 433 127 112
Binary 11010100 10000001 11110110 1110 110000 0 100 100011011 1010111 1001010

Color Harmonies of #D481F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481F6

Black with #D481F6

Text Example


Text Example

White with #D481F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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