Html Css Color HEX #D461FC Heliotrope

📋 copy color: '#D461FC'

red 212 ◦ green 97 ◦ blue 252

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

Shades of Heliotrope #D461FC

Tints of Heliotrope #D461FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.92%

R = 37.79%
G = 17.29%
B = 44.92%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D461FC (or 0xD461FC) is known color: Heliotrope. HEX triplet: D4, 61 and FC. RGB value is (212,97,252). Sum of RGB (Red+Green+Blue) = 212+97+252=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #D461FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D461FC is #2B9E03. Grayscale: #949494. Windows color (decimal): -2858500 or 16540116. OLE color: 16540116.

HSL color Cylindrical-coordinate representation of color #D461FC: hue angle of 284.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D461FC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 97 252 -
CMYK 0.16 0.62 0 0.01
HSL 284.52º 0.96% 0.68% -
HSV(B) 284.52º 0.62% 0.99% -
XYZ 49 29.57 95.22 -
YUV 149.06 186.1 172.9 -
System Red Green Blue C M Y K H S L
Decimal 212 97 252 0.16 0.62 0 0.01 284.52 0.96 0.68
Hex D4 61 FC 10 3E 0 1 11D 60 44
Octal 324 141 374 20 76 0 1 435 140 104
Binary 11010100 1100001 11111100 10000 111110 0 1 100011101 1100000 1000100

Color Harmonies of #D461FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D461FC

Black with #D461FC

Text Example


Text Example

White with #D461FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D461FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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