Html Css Color HEX #D484ED Heliotrope

📋 copy color: '#D484ED'

red 212 ◦ green 132 ◦ blue 237

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

Shades of Heliotrope #D484ED

Tints of Heliotrope #D484ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.79%

R = 36.49%
G = 22.72%
B = 40.79%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D484ED (or 0xD484ED) is known color: Heliotrope. HEX triplet: D4, 84 and ED. RGB value is (212,132,237). Sum of RGB (Red+Green+Blue) = 212+132+237=581 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.49% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #D484ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D484ED is #2B7B12. Grayscale: #A7A7A7. Windows color (decimal): -2849555 or 15566036. OLE color: 15566036.

HSL color Cylindrical-coordinate representation of color #D484ED: hue angle of 285.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D484ED is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 132 237 -
CMYK 0.11 0.44 0 0.07
HSL 285.71º 0.74% 0.72% -
HSV(B) 285.71º 0.44% 0.93% -
XYZ 50.69 36.61 84.52 -
YUV 167.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 212 132 237 0.11 0.44 0 0.07 285.71 0.74 0.72
Hex D4 84 ED B 2C 0 7 11E 4A 48
Octal 324 204 355 13 54 0 7 436 112 110
Binary 11010100 10000100 11101101 1011 101100 0 111 100011110 1001010 1001000

Color Harmonies of #D484ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D484ED

Black with #D484ED

Text Example


Text Example

White with #D484ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D484ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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