Html Css Color HEX #D482FF Heliotrope

📋 copy color: '#D482FF'

red 212 ◦ green 130 ◦ blue 255

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

Shades of Heliotrope #D482FF

Tints of Heliotrope #D482FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.71%

R = 35.51%
G = 21.78%
B = 42.71%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D482FF (or 0xD482FF) is known color: Heliotrope. HEX triplet: D4, 82 and FF. RGB value is (212,130,255). Sum of RGB (Red+Green+Blue) = 212+130+255=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 130 (51.17% from 255 or 21.78% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #D482FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D482FF is #2B7D00. Grayscale: #A8A8A8. Windows color (decimal): -2850049 or 16745172. OLE color: 16745172.

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

Color convert

RGB 212 130 255 -
CMYK 0.17 0.49 0 0
HSL 279.36º 1% 0.75% -
HSV(B) 279.36º 0.49% 1% -
XYZ 53.18 37.18 98.98 -
YUV 168.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 212 130 255 0.17 0.49 0 0 279.36 1 0.75
Hex D4 82 FF 11 31 0 0 117 64 4B
Octal 324 202 377 21 61 0 0 427 144 113
Binary 11010100 10000010 11111111 10001 110001 0 0 100010111 1100100 1001011

Color Harmonies of #D482FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D482FF

Black with #D482FF

Text Example


Text Example

White with #D482FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D482FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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