Html Css Color HEX #D461EA Heliotrope

📋 copy color: '#D461EA'

red 212 ◦ green 97 ◦ blue 234

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

Shades of Heliotrope #D461EA

Tints of Heliotrope #D461EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 39.04%
G = 17.86%
B = 43.09%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D461EA (or 0xD461EA) is known color: Heliotrope. HEX triplet: D4, 61 and EA. RGB value is (212,97,234). Sum of RGB (Red+Green+Blue) = 212+97+234=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 97 (38.28% from 255 or 17.86% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #D461EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461EA is #2B9E15. Grayscale: #929292. Windows color (decimal): -2858518 or 15360468. OLE color: 15360468.

HSL color Cylindrical-coordinate representation of color #D461EA: hue angle of 290.36º degrees, saturation: 0.77, 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 #D461EA is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 212 97 234 -
CMYK 0.09 0.59 0 0.08
HSL 290.37º 0.77% 0.65% -
HSV(B) 290.37º 0.59% 0.92% -
XYZ 46.28 28.49 80.9 -
YUV 147 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 212 97 234 0.09 0.59 0 0.08 290.37 0.77 0.65
Hex D4 61 EA 9 3B 0 8 122 4D 41
Octal 324 141 352 11 73 0 10 442 115 101
Binary 11010100 1100001 11101010 1001 111011 0 1000 100100010 1001101 1000001

Color Harmonies of #D461EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461EA

Black with #D461EA

Text Example


Text Example

White with #D461EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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