Html Css Color HEX #D482F7 Heliotrope

📋 copy color: '#D482F7'

red 212 ◦ green 130 ◦ blue 247

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

Shades of Heliotrope #D482F7

Tints of Heliotrope #D482F7

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.07%

 BLUE value IS 247 (96.88% from 255) = 41.94%

R = 35.99%
G = 22.07%
B = 41.94%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D482F7 (or 0xD482F7) is known color: Heliotrope. HEX triplet: D4, 82 and F7. RGB value is (212,130,247). Sum of RGB (Red+Green+Blue) = 212+130+247=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #D482F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482F7 is #2B7D08. Grayscale: #A7A7A7. Windows color (decimal): -2850057 or 16220884. OLE color: 16220884.

HSL color Cylindrical-coordinate representation of color #D482F7: hue angle of 282.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D482F7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 130 247 -
CMYK 0.14 0.47 0 0.03
HSL 282.05º 0.88% 0.74% -
HSV(B) 282.05º 0.47% 0.97% -
XYZ 51.92 36.68 92.34 -
YUV 167.86 172.67 159.49 -
System Red Green Blue C M Y K H S L
Decimal 212 130 247 0.14 0.47 0 0.03 282.05 0.88 0.74
Hex D4 82 F7 E 2F 0 3 11A 58 4A
Octal 324 202 367 16 57 0 3 432 130 112
Binary 11010100 10000010 11110111 1110 101111 0 11 100011010 1011000 1001010

Color Harmonies of #D482F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482F7

Black with #D482F7

Text Example


Text Example

White with #D482F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482F7; }

 p { color: rgb(212,130,247); }

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

background-color css

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

 a { background-color: rgb(212,130,247); }

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

border-color css

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

 span { border-color: rgb(212,130,247); }

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