Html Css Color HEX #D481F2 Heliotrope

📋 copy color: '#D481F2'

red 212 ◦ green 129 ◦ blue 242

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

Shades of Heliotrope #D481F2

Tints of Heliotrope #D481F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 36.36%
G = 22.13%
B = 41.51%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D481F2 (or 0xD481F2) is known color: Heliotrope. HEX triplet: D4, 81 and F2. RGB value is (212,129,242). Sum of RGB (Red+Green+Blue) = 212+129+242=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #D481F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481F2 is #2B7E0D. Grayscale: #A6A6A6. Windows color (decimal): -2850318 or 15892948. OLE color: 15892948.

HSL color Cylindrical-coordinate representation of color #D481F2: hue angle of 284.07º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D481F2 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 129 242 -
CMYK 0.12 0.47 0 0.05
HSL 284.07º 0.81% 0.73% -
HSV(B) 284.07º 0.47% 0.95% -
XYZ 51.03 36.11 88.28 -
YUV 166.7 170.5 160.31 -
System Red Green Blue C M Y K H S L
Decimal 212 129 242 0.12 0.47 0 0.05 284.07 0.81 0.73
Hex D4 81 F2 C 2F 0 5 11C 51 49
Octal 324 201 362 14 57 0 5 434 121 111
Binary 11010100 10000001 11110010 1100 101111 0 101 100011100 1010001 1001001

Color Harmonies of #D481F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D481F2

Black with #D481F2

Text Example


Text Example

White with #D481F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D481F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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