Html Css Color HEX #D484EB Heliotrope

📋 copy color: '#D484EB'

red 212 ◦ green 132 ◦ blue 235

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

Shades of Heliotrope #D484EB

Tints of Heliotrope #D484EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 22.8%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 36.61%
G = 22.8%
B = 40.59%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D484EB (or 0xD484EB) is known color: Heliotrope. HEX triplet: D4, 84 and EB. RGB value is (212,132,235). Sum of RGB (Red+Green+Blue) = 212+132+235=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #D484EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484EB is #2B7B14. Grayscale: #A7A7A7. Windows color (decimal): -2849557 or 15434964. OLE color: 15434964.

HSL color Cylindrical-coordinate representation of color #D484EB: hue angle of 286.6º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D484EB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 132 235 -
CMYK 0.10 0.44 0 0.08
HSL 286.6º 0.72% 0.72% -
HSV(B) 286.6º 0.44% 0.92% -
XYZ 50.4 36.5 82.99 -
YUV 167.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 212 132 235 0.10 0.44 0 0.08 286.6 0.72 0.72
Hex D4 84 EB A 2C 0 8 11F 48 48
Octal 324 204 353 12 54 0 10 437 110 110
Binary 11010100 10000100 11101011 1010 101100 0 1000 100011111 1001000 1001000

Color Harmonies of #D484EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484EB

Black with #D484EB

Text Example


Text Example

White with #D484EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484EB; }

 p { color: rgb(212,132,235); }

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

background-color css

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

 a { background-color: rgb(212,132,235); }

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

border-color css

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

 span { border-color: rgb(212,132,235); }

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