Html Css Color HEX #D481FD Heliotrope

📋 copy color: '#D481FD'

red 212 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #D481FD

Tints of Heliotrope #D481FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.59%

R = 35.69%
G = 21.72%
B = 42.59%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D481FD (or 0xD481FD) is known color: Heliotrope. HEX triplet: D4, 81 and FD. RGB value is (212,129,253). Sum of RGB (Red+Green+Blue) = 212+129+253=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #D481FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481FD is #2B7E02. Grayscale: #A7A7A7. Windows color (decimal): -2850307 or 16613844. OLE color: 16613844.

HSL color Cylindrical-coordinate representation of color #D481FD: hue angle of 280.16º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D481FD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 129 253 -
CMYK 0.16 0.49 0 0.01
HSL 280.16º 0.97% 0.75% -
HSV(B) 280.16º 0.49% 0.99% -
XYZ 52.73 36.79 97.25 -
YUV 167.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 212 129 253 0.16 0.49 0 0.01 280.16 0.97 0.75
Hex D4 81 FD 10 31 0 1 118 61 4B
Octal 324 201 375 20 61 0 1 430 141 113
Binary 11010100 10000001 11111101 10000 110001 0 1 100011000 1100001 1001011

Color Harmonies of #D481FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481FD

Black with #D481FD

Text Example


Text Example

White with #D481FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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