Html Css Color HEX #D464EB Heliotrope

📋 copy color: '#D464EB'

red 212 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D464EB

Tints of Heliotrope #D464EB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.28%

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

R = 38.76%
G = 18.28%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D464EB (or 0xD464EB) is known color: Heliotrope. HEX triplet: D4, 64 and EB. RGB value is (212,100,235). Sum of RGB (Red+Green+Blue) = 212+100+235=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #D464EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D464EB is #2B9B14. Grayscale: #949494. Windows color (decimal): -2857749 or 15426772. OLE color: 15426772.

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

Color convert

RGB 212 100 235 -
CMYK 0.10 0.57 0 0.08
HSL 289.78º 0.77% 0.66% -
HSV(B) 289.78º 0.57% 0.92% -
XYZ 46.7 29.11 81.75 -
YUV 148.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 212 100 235 0.10 0.57 0 0.08 289.78 0.77 0.66
Hex D4 64 EB A 39 0 8 122 4D 42
Octal 324 144 353 12 71 0 10 442 115 102
Binary 11010100 1100100 11101011 1010 111001 0 1000 100100010 1001101 1000010

Color Harmonies of #D464EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464EB

Black with #D464EB

Text Example


Text Example

White with #D464EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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