Html Css Color HEX #D481FA Heliotrope

📋 copy color: '#D481FA'

red 212 ◦ green 129 ◦ blue 250

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

Shades of Heliotrope #D481FA

Tints of Heliotrope #D481FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 35.87%
G = 21.83%
B = 42.3%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D481FA (or 0xD481FA) is known color: Heliotrope. HEX triplet: D4, 81 and FA. RGB value is (212,129,250). Sum of RGB (Red+Green+Blue) = 212+129+250=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D481FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481FA is #2B7E05. Grayscale: #A7A7A7. Windows color (decimal): -2850310 or 16417236. OLE color: 16417236.

HSL color Cylindrical-coordinate representation of color #D481FA: hue angle of 281.16º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D481FA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 129 250 -
CMYK 0.15 0.48 0 0.02
HSL 281.16º 0.92% 0.74% -
HSV(B) 281.16º 0.48% 0.98% -
XYZ 52.26 36.6 94.75 -
YUV 167.61 174.5 159.66 -
System Red Green Blue C M Y K H S L
Decimal 212 129 250 0.15 0.48 0 0.02 281.16 0.92 0.74
Hex D4 81 FA F 30 0 2 119 5C 4A
Octal 324 201 372 17 60 0 2 431 134 112
Binary 11010100 10000001 11111010 1111 110000 0 10 100011001 1011100 1001010

Color Harmonies of #D481FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481FA

Black with #D481FA

Text Example


Text Example

White with #D481FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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