Html Css Color HEX #D482FD Heliotrope

📋 copy color: '#D482FD'

red 212 ◦ green 130 ◦ blue 253

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

Shades of Heliotrope #D482FD

Tints of Heliotrope #D482FD

RGB

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

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

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

R = 35.63%
G = 21.85%
B = 42.52%

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

#D482FD (or 0xD482FD) is known color: Heliotrope. HEX triplet: D4, 82 and FD. RGB value is (212,130,253). Sum of RGB (Red+Green+Blue) = 212+130+253=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 130 (51.17% from 255 or 21.85% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #D482FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482FD is #2B7D02. Grayscale: #A8A8A8. Windows color (decimal): -2850051 or 16614100. OLE color: 16614100.

HSL color Cylindrical-coordinate representation of color #D482FD: hue angle of 280º 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 #D482FD is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 130 253 -
CMYK 0.16 0.49 0 0.01
HSL 280º 0.97% 0.75% -
HSV(B) 280º 0.49% 0.99% -
XYZ 52.86 37.05 97.29 -
YUV 168.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 212 130 253 0.16 0.49 0 0.01 280 0.97 0.75
Hex D4 82 FD 10 31 0 1 118 61 4B
Octal 324 202 375 20 61 0 1 430 141 113
Binary 11010100 10000010 11111101 10000 110001 0 1 100011000 1100001 1001011

Color Harmonies of #D482FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482FD

Black with #D482FD

Text Example


Text Example

White with #D482FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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