Html Css Color HEX #D461EB Heliotrope

📋 copy color: '#D461EB'

red 212 ◦ green 97 ◦ blue 235

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

Shades of Heliotrope #D461EB

Tints of Heliotrope #D461EB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.83%

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

R = 38.97%
G = 17.83%
B = 43.2%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D461EB (or 0xD461EB) is known color: Heliotrope. HEX triplet: D4, 61 and EB. RGB value is (212,97,235). Sum of RGB (Red+Green+Blue) = 212+97+235=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 97 (38.28% from 255 or 17.83% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #D461EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461EB is #2B9E14. Grayscale: #929292. Windows color (decimal): -2858517 or 15426004. OLE color: 15426004.

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

Color convert

RGB 212 97 235 -
CMYK 0.10 0.59 0 0.08
HSL 290º 0.78% 0.65% -
HSV(B) 290º 0.59% 0.92% -
XYZ 46.42 28.54 81.66 -
YUV 147.12 177.6 174.28 -
System Red Green Blue C M Y K H S L
Decimal 212 97 235 0.10 0.59 0 0.08 290 0.78 0.65
Hex D4 61 EB A 3B 0 8 122 4E 41
Octal 324 141 353 12 73 0 10 442 116 101
Binary 11010100 1100001 11101011 1010 111011 0 1000 100100010 1001110 1000001

Color Harmonies of #D461EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461EB

Black with #D461EB

Text Example


Text Example

White with #D461EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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